界图-图片批量下载

界图-图片批量下载

图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.5.2",
  "name": "界图-图片批量下载",
  "description": "图片批量下载,图片打包下载,图片管理,图片收藏,图片色调提取,色调收藏,色调管理",
  "browser_action": {
    "default_icon": "image/128.png"
  },
  "icons": {
    "16": "image/16.png",
    "48": "image/48.png",
    "128": "image/128.png"
  },
  "permissions": [
    "webRequest",
    "storage",
    "downloads",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.1.8.js",
        "js/douban.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.min.1.8.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://apis.google.com 'unsafe-eval'; object-src 'self'"
}