youshu

youshu

有数开发提效插件

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "taojinhuo",
  "name": "youshu",
  "version": "1.0.25",
  "description": "有数开发提效插件",
  "icons": {
    "16": "images/youshu16.png",
    "48": "images/youshu48.png",
    "64": "images/youshu64.png",
    "128": "images/youshu128.png"
  },
  "browser_action": {
    "default_icon": "images/youshu16.png",
    "default_popup": "popup/popup.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://g.alicdn.com http://127.0.0.1 http://localhost /config/config.html; object-src 'self';",
  "optional_permissions": [],
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "*://*.alibaba-inc.com/*",
    "*://*.chengfengos.com/*",
    "*://*.alibaba.com/*",
    "*://*.alibaba.net/*",
    "*://*.dingtalk.com/*"
  ],
  "devtools_page": "devtools/entry.html",
  "background": {
    "page2": "background/background.html",
    "scripts": [
      "dist/background.bundle.js"
    ],
    "persistent": true
  }
}