RSearchHelper

RSearchHelper

右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RSearchHelper",
  "version": "0.32",
  "homepage_url": "https://www.smg.fun/",
  "description": "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "icons": {
    "16": "img/logo_16.png",
    "48": "img/logo_48.png",
    "128": "img/logo_128.png"
  },
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/logo_16.png",
    "default_title": "右键搜·搜索助手"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.min.js",
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "contextMenus",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}