RSearchHelper

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

Qu'est-ce que RSearchHelper ?

RSearchHelper est une extension Chrome développée par notapp.net, et sa fonction principale est "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]".

Télécharger le fichier CRX de l'extension RSearchHelper

Téléchargez les fichiers d'extension RSearchHelper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom RSearchHelper RSearchHelper
ID egikligmfofbfpmcifmcoljbblpgeefo
URL Officiel https://chrome.google.com/webstore/detail/egikligmfofbfpmcifmcoljbblpgeefo
Description 右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]
Taille du Fichier 56.49 KB
Nombre d'Installations 10
Version Actuelle 0.32
Dernière Mise à Jour 2017-10-29
Date de Publication 2017-10-29
Développeur notapp.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}