baidu搜索
右键中添加一个使用百度搜索。
baidu搜索란 무엇입니까?
baidu搜索은(는) natrace525에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "右键中添加一个使用百度搜索。"입니다.
확장 프로그램 스크린샷
baidu搜索 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
鼠标右键中添加选项: 1、当未选中文字右键:添加"百度首页"菜单选项,自动打开新页并使用进入百度首页; 2、当选中文字右键:使用百度搜索"选中词",自动打开新页并使用百度搜索关键字。 注:当您的默认搜索引擎为非百度(如:Google、Yahoo、Bing、Goo)时,更方便使用百度搜索引擎。
확장 프로그램 기본 정보
이름 | baidu搜索 |
ID | oaoodddmljifhehmpkjincgkjlhnohcn |
공식 URL | https://chromewebstore.google.com/detail/baidu%E6%90%9C%E7%B4%A2/oaoodddmljifhehmpkjincgkjlhnohcn |
설명 | 右键中添加一个使用百度搜索。 |
파일 크기 | 9.31 KB |
설치 횟수 | 202 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-04-14 |
출시 날짜 | 2020-04-13 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | natrace525 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "baidu\u641c\u7d22", "description": "\u53f3\u952e\u4e2d\u6dfb\u52a0\u4e00\u4e2a\u4f7f\u7528\u767e\u5ea6\u641c\u7d22\u3002", "version": "2.0", "icons": { "16": "baidu16.png", "32": "baidu32.png", "48": "baidu48.png", "64": "baidu128.png", "128": "baidu128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "baidu.js" ] }, "manifest_version": 2 } |