工作搜图-高精准的图片搜索引擎(无广告)

工作搜图-高精准的图片搜索引擎(无广告)

This plugin is for faster image searching

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "工作搜图-高精准的图片搜索引擎(无广告)",
  "version": "1.0.0",
  "description": "__MSG_pluginDesc__",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_title": "办公图片快搜(无广告)",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.taobao.com/*",
        "https://*.tmall.com/*",
        "https://*.tmall.hk/*",
        "https://*.jd.com/*"
      ],
      "js": [
        "js/jquery-1.8.3.js",
        "js/content-script.js"
      ],
      "css": [
        "css/custom.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "https://coupon.catisdog.com/"
  ],
  "web_accessible_resources": [
    "js/inject.js"
  ],
  "omnibox": {
    "keyword": "go"
  },
  "default_locale": "zh_CN",
  "devtools_page": "devtools.html"
}