RSearchHelper

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

What is RSearchHelper?

RSearchHelper is a Chrome extension developed by notapp.net, and its main feature is "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]".

Download RSearchHelper Extension CRX File

Download RSearchHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        学习工作中经常需要查找资料,此助手使用简单方便加速效率:
在浏览页面时候选中需要搜索的关键字(词语、句子),然后单击鼠标右键,即可弹出RSearchHelper菜单,选择一个搜素引擎打开即可。

快捷搜索包括常规搜索引擎,如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。

PS.下个版本会有惊喜哦!                    

Extension Basic Information

Name RSearchHelper RSearchHelper
ID egikligmfofbfpmcifmcoljbblpgeefo
Official URL https://chrome.google.com/webstore/detail/egikligmfofbfpmcifmcoljbblpgeefo
Description 右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]
File Size 56.49 KB
Installation Count 10
Current Version 0.32
Last Updated 2017-10-29
Publish Date 2017-10-29
Developer notapp.net
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "RSearchHelper",
    "version": "0.32",
    "homepage_url": "https:\/\/www.smg.fun\/",
    "description": "\u53f3\u952e\u641c\u00b7\u641c\u7d22\u52a9\u624b\uff1a\u5305\u62ec\u5e38\u89c4\u641c\u7d22\u5f15\u64ce\u5feb\u6377\u641c\u7d22\u83dc\u5355\u5982\u767e\u5ea6\u3001\u641c\u72d7\u3001\u597d\u641c(360)\u3001Google(\u9700\u672c\u673a\u652f\u6301\u65e0\u56fd\u754c\u4e0a\u7f51)\u3002PS.\u4e0b\u4e2a\u7248\u672c\u4f1a\u6709\u60ca\u559c\u54e6\uff01 \u4f5c\u8005mailto:[email protected]",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "img\/logo_128.png",
        "16": "img\/logo_16.png",
        "48": "img\/logo_48.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/logo_16.png",
        "default_title": "\u53f3\u952e\u641c\u00b7\u641c\u7d22\u52a9\u624b"
    },
    "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"
}