RSearchHelper

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

O que é RSearchHelper?

RSearchHelper é uma extensão do Chrome desenvolvida por notapp.net, e sua principal característica é "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]".

Baixar o arquivo CRX da Extensão RSearchHelper

Baixe arquivos de extensão RSearchHelper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

Informações Básicas da Extensão

Nome RSearchHelper RSearchHelper
ID egikligmfofbfpmcifmcoljbblpgeefo
URL Oficial https://chrome.google.com/webstore/detail/egikligmfofbfpmcifmcoljbblpgeefo
Descrição 右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]
Tamanho do Arquivo 56.49 KB
Contagem de Instalações 10
Versão Atual 0.32
Última Atualização 2017-10-29
Data de Publicação 2017-10-29
Desenvolvedor notapp.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}