Baidu Search
Select the keyword which you want to search, then right click it and choose baidu search
Baidu Search란 무엇입니까?
Baidu Search은(는) Onion515에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select the keyword which you want to search, then right click it and choose baidu search"입니다.
확장 프로그램 스크린샷
Baidu Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Select which words you want to search, then right click the mouse, you will see the context menus have a new option which call the "Baidu Search" click it will use the baidu search engine to search your words. ps: Baidu Search Engine is a chinese famous search engine so that why the result almost is the chinese result
확장 프로그램 기본 정보
이름 | Baidu Search |
ID | acefekdhohafkelpdfdjjopdghejaahi |
공식 URL | https://chromewebstore.google.com/detail/baidu-search/acefekdhohafkelpdfdjjopdghejaahi |
설명 | Select the keyword which you want to search, then right click it and choose baidu search |
파일 크기 | 9.91 KB |
설치 횟수 | 1,701 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-03-09 |
출시 날짜 | 2015-03-09 |
평점 | 3.91/5 총 11 개의 평점 |
개발자 | Onion515 |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Select the keyword which you want to search, then right click it and choose baidu search", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Baidu Search", "permissions": [ "contextMenus" ], "version": "1.0" } |