Google Master

Use context menu to search efficiently.

Qu'est-ce que Google Master ?

Google Master est une extension Chrome développée par Vere Perrot, et sa fonction principale est "Use context menu to search efficiently.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Google Master

Téléchargez les fichiers d'extension Google Master au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
URL Officiel https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
Description Use context menu to search efficiently.
Taille du Fichier 31.04 KB
Nombre d'Installations 931
Version Actuelle 1.1
Dernière Mise à Jour 2016-01-05
Date de Publication 2016-01-05
Évaluation 4.67/5 Total 3 Évaluations
Développeur Vere Perrot
Type de Paiement free
Langues Prises en Charge 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
}