PS · 图片快拖助手

PS · 图片快拖助手

图片快拖助手,可提取页面上所有的图片,该助手主要用来辅助【PS插件 · 图片快拖】进行使用,免下载一键拖曳图片到Photoshop里,让您做设计更高效。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "css/style.css",
        "css/rmu.css"
      ],
      "all_frames": true,
      "js": [
        "js/min.js",
        "js/jquery.rmu.min.js",
        "js/ty.js",
        "js/insertJs.js"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "css/nd.css"
      ],
      "all_frames": true,
      "matches": [
        "*://*/*from=chromekuaituo_dh"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "page": "bg.html"
  },
  "browser_action": {
    "default_title": "打开【PS · 图片快拖助手】",
    "default_icon": "images/16.png"
  },
  "icons": {
    "16": "images/16.png",
    "19": "images/19.png",
    "36": "images/36.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "options_page": "./page/content.html",
  "manifest_version": 2,
  "name": "PS · 图片快拖助手",
  "homepage_url": "http://kt.jiuxihuan.net/zhushou.html?from=chrome_popup&v=1.0",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://api.okay.do; object-src 'self'; style-src 'unsafe-inline' ",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "unlimitedStorage",
    "activeTab"
  ],
  "version": "1.0",
  "web_accessible_resources": [
    "*"
  ],
  "description": "图片快拖助手,可提取页面上所有的图片,该助手主要用来辅助【PS插件 · 图片快拖】进行使用,免下载一键拖曳图片到Photoshop里,让您做设计更高效。"
}