RSearchHelper
右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]
RSearchHelper란 무엇입니까?
RSearchHelper은(는) notapp.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected]"입니다.
RSearchHelper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
学习工作中经常需要查找资料,此助手使用简单方便加速效率: 在浏览页面时候选中需要搜索的关键字(词语、句子),然后单击鼠标右键,即可弹出RSearchHelper菜单,选择一个搜素引擎打开即可。 快捷搜索包括常规搜索引擎,如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。 PS.下个版本会有惊喜哦!
확장 프로그램 기본 정보
이름 | |
ID | egikligmfofbfpmcifmcoljbblpgeefo |
공식 URL | https://chrome.google.com/webstore/detail/egikligmfofbfpmcifmcoljbblpgeefo |
설명 | 右键搜·搜索助手:包括常规搜索引擎快捷搜索菜单如百度、搜狗、好搜(360)、Google(需本机支持无国界上网)。PS.下个版本会有惊喜哦! 作者mailto:[email protected] |
파일 크기 | 56.49 KB |
설치 횟수 | 10 |
현재 버전 | 0.32 |
최근 업데이트 | 2017-10-29 |
출시 날짜 | 2017-10-29 |
개발자 | notapp.net |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } |