Hahaki

Hahaki

Download zip together the image of the open image tab (tab, such as ending in .jpg)! !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.4",
  "default_locale": "ja",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon/icon_16.png",
    "48": "icon/icon_48.png",
    "128": "icon/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "38": "icon/icon_38.png"
    },
    "default_title": "Hahaki"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "script/lib/lodash.custom.min.js",
      "script/lib/bluebird.min.js",
      "script/lib/jszip.min.js",
      "script/lib/FileSaver.js",
      "script/background.js"
    ]
  }
}