Inspect and view changes in Download Button 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",
"name": "Download Button",
"version": "1.4",
"description": "Opens Downloads tab from Toolbar and Context Menu. Options available to change icon, remove from context menu etc. ",
"icons": {
"16": "img/icon16.png",
"19": "img/icon19.png",
"32": "img/icon32.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"background": {
"page": "background.htm"
},
"options_page": "options.htm",
"permissions": [
"contextMenus",
"unlimitedStorage"
],
"browser_action": {
"default_icon": "img/icon19.png",
"default_title": "Download Button | Tejji"
},
"manifest_version": 2,
"homepage_url": "http://tejji.com/"
}