Google Master
Use context menu to search efficiently.
Google Masterとは何ですか?
Google MasterはVere Perrotによって開発されたChromeの拡張機能で、その主な機能は「Use context menu to search efficiently.」です。
拡張機能のスクリーンショット
Google Master拡張機能のCRXファイルをダウンロード
Google Master拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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
} | |