Download

Download

Opens Downloads tab from New Tab and Context Menu. Options available to add/remove it from context menu

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download",
  "version": "1.4",
  "description": "Opens Downloads tab from New Tab and Context Menu. Options available to add/remove it from context menu                            ",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "app": {
    "launch": {
      "local_path": "main.htm"
    }
  },
  "background": {
    "page": "background.htm"
  },
  "options_page": "options.htm",
  "permissions": [
    "contextMenus",
    "unlimitedStorage"
  ],
  "manifest_version": 2,
  "homepage_url": "http://tejji.com/"
}