Examine source code of URLDecoder

Inspect and view changes in URLDecoder source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URLDecoder",
  "description": "Quickly and seamlessly decode URLs and base64 encoded strings",
  "version": "1.5.4",
  "permissions": [
    "storage",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "icon/url_decoder_icon_48x48-3.png",
    "default_popup": "urldecoder_popup.html",
    "default_title": "URLDecoder"
  },
  "icons": {
    "16": "icon/url_decoder_icon_16x16-3.png",
    "48": "icon/url_decoder_icon_48x48.png",
    "512": "icon/url_decoder_icon_512x512-3.png"
  }
}