Easy Image Downloader

Easy to use and powerful image downloader for your browser
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "0.1.4",
  "manifest_version": 2,
  "default_locale": "en",
  "short_name": "easy-image-downloader",
  "name": "__MSG_chrome_extension_name__",
  "description": "__MSG_chrome_extension_description__",
  "homepage_url": "https://github.com/AXeL-dev/easy-image-downloader",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "tabs",
    "notifications",
    "contextMenus",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "__MSG_browser_action_title__"
  },
  "icons": {
    "16": "data/icons/16.png",
    "18": "data/icons/18.png",
    "19": "data/icons/19.png",
    "24": "data/icons/24.png",
    "32": "data/icons/32.png",
    "36": "data/icons/36.png",
    "38": "data/icons/38.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png",
    "256": "data/icons/256.png"
  }
}