Google Master

Use context menu to search efficiently.

Cos'è Google Master?

Google Master è un'estensione di Chrome sviluppata da Vere Perrot, e la sua funzione principale è "Use context menu to search efficiently.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Google Master

Scarica i file di estensione Google Master in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
URL Ufficiale https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
Descrizione Use context menu to search efficiently.
Dimensione del File 31.04 KB
Conteggio Installazioni 931
Versione Corrente 1.1
Ultimo Aggiornamento 2016-01-05
Data di Pubblicazione 2016-01-05
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Vere Perrot
Tipo di Pagamento free
Lingue Supportate 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
}