Inspect and view changes in URL Decode to Clipboard 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
{
"manifest_version": 2,
"name": "URL Decode to Clipboard",
"version": "1.2",
"description": "Extra option to get URL directly or get decoded URL",
"background": {
"scripts": [
"decoder.js"
]
},
"permissions": [
"contextMenus"
],
"browser_specific_settings": {
"gecko": {
"id": "{4e069ef0-d064-427f-ae63-42973834b88b}"
}
}
}