Imageye - Image downloader

Imageye - Image downloader

Find and download all images on a web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "53.0"
    }
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Imageye",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.5.3",
  "browser_action": {
    "default_icon": "imageye128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "storage"
  ],
  "icons": {
    "128": "imageye128.png"
  }
}