Bat! Images Hunter

Bat! Images Hunter

Hunt and save all of images of the browsing page, and view images in a lightbox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "batty48.png",
    "default_title": "__MSG_extName__",
    "default_popup": "pop.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/jquery-1.7.2.min.js",
        "js/content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "batty16.png",
    "48": "batty48.png",
    "128": "batty128.png"
  },
  "name": "__MSG_extName__",
  "default_locale": "en",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "version": "2.0",
  "manifest_version": 2
}