RSearchHelper

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

Wat is RSearchHelper?

RSearchHelper is een Chrome-extensie ontwikkeld door notapp.net, en de belangrijkste functie is "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]".

Download het CRX-bestand van de extensie RSearchHelper

Download RSearchHelper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam RSearchHelper RSearchHelper
ID egikligmfofbfpmcifmcoljbblpgeefo
Officiële URL https://chrome.google.com/webstore/detail/egikligmfofbfpmcifmcoljbblpgeefo
Beschrijving 右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]
Bestandsgrootte 56.49 KB
Aantal Installaties 10
Huidige Versie 0.32
Laatst Bijgewerkt 2017-10-29
Publicatiedatum 2017-10-29
Ontwikkelaar notapp.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}