Google Master
Use context menu to search efficiently.
Co to jest Google Master?
Google Master to rozszerzenie Chrome opracowane przez Vere Perrot, a jego główną funkcją jest „Use context menu to search efficiently.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Google Master
Pobierz pliki rozszerzeń Google Master w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mkeolkcnabfjecpddmpimpddeajbpjid |
| Oficjalny URL | https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid |
| Opis | Use context menu to search efficiently. |
| Rozmiar pliku | 31.04 KB |
| Liczba instalacji | 931 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2016-01-05 |
| Data Publikacji | 2016-01-05 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | Vere Perrot |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |