web image downloader

web image downloader

Using this extension you can download any image you want as type you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "p16.png",
    "48": "p48.png",
    "128": "p128.png"
  },
  "background": {
    "scripts": [
      "1.background.js"
    ]
  },
  "default_locale": "en",
  "manifest_version": 2,
  "minimum_chrome_version": "31.0.0",
  "permissions": [
    "downloads",
    "contextMenus"
  ],
  "version": "2.1.4"
}