Image Downloader

Image Downloader

Downlosad image in just a click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Image Downloader",
  "short_name": "Image Downloader",
  "version": "1.1.0",
  "manifest_version": 2,
  "description": "Downlosad image in just a click.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}