Quick access button to the downloads page
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"action": {
"default_icon": {
"19": "19.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
}
},
"background": {
"service_worker": "background.js"
},
"description": "Quick access button to the downloads page",
"icons": {
"16": "16.png",
"19": "19.png",
"32": "32.png",
"48": "48.png",
"128": "128.png"
},
"manifest_version": 3,
"name": "Downloads Shortcut",
"permissions": [
"tabs",
"scripting"
],
"version": "2.0.4",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}