Github 百宝箱

Github 百宝箱

Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Github 百宝箱",
  "description": "Github 加速,Github 加速,Github 代码在线看,Github 1s,Octotree, VS Code 打开",
  "version": "1.0.4",
  "permissions": [
    "contextMenus",
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "github-booster.js"
      ],
      "matches": [
        "https://github.com/*",
        "https://github.com.cnpmjs.org/*"
      ]
    }
  ],
  "icons": {
    "128": "github-booster.png"
  },
  "browser_action": {
    "default_icon": "github-booster.png",
    "default_title": "Github 百宝箱"
  }
}