Google Master
Use context menu to search efficiently.
Was ist Google Master?
Google Master ist eine Chrome-Erweiterung, die von Vere Perrot entwickelt wurde, und ihr Hauptmerkmal ist "Use context menu to search efficiently.".
Erweiterungsscreenshots
Google Master-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Master-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mkeolkcnabfjecpddmpimpddeajbpjid |
| Offizielle URL | https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid |
| Beschreibung | Use context menu to search efficiently. |
| Dateigröße | 31.04 KB |
| Installationsanzahl | 931 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2016-01-05 |
| Veröffentlichungsdatum | 2016-01-05 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | Vere Perrot |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |