Google Master
Use context menu to search efficiently.
Google Master란 무엇입니까?
Google Master은(는) Vere Perrot에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use context menu to search efficiently."입니다.
확장 프로그램 스크린샷
Google Master 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use context menu to search efficiently. * Select text in a web page then right click the menu item to search. * Or just right click the menu item. It will pop up a input box for enter some text then type Enter key to search. * You can search the definition of a word. * You can search all downloads of a software. * You can search the gallery of a person. * You can search a album of someone. * You can search the nearby pizza store. * You can search the pdf files of some books. * You can search the related sites of a web site. * You can search the weather of a city. * You can search some text in the current web site. * Support locale English, Chinese.
확장 프로그램 기본 정보
이름 | Google Master |
ID | mkeolkcnabfjecpddmpimpddeajbpjid |
공식 URL | https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid |
설명 | Use context menu to search efficiently. |
파일 크기 | 31.04 KB |
설치 횟수 | 931 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-01-05 |
출시 날짜 | 2016-01-05 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Vere Perrot |
결제 유형 | free |
지원되는 언어 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_description__", "version": "1.1", "author": "Vere Perrot", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "contextMenus" ], "background": { "persistent": false, "scripts": [ "sample.js" ] }, "manifest_version": 2 } |