葫芦 hulu - 常用工具包

葫芦 hulu - 常用工具包

词典、划词翻译、二维码、滚动截屏、拾色

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "葫芦 hulu - 常用工具包",
  "description": "词典、划词翻译、二维码、滚动截屏、拾色",
  "version": "1.1",
  "manifest_version": 2,
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "images/icon48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "file:///*"
      ],
      "js": [
        "dict.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "https://dict.youdao.com/",
    "https://dsuggest.ydstatic.com/"
  ]
}