Google Master

Use context menu to search efficiently.

What is Google Master?

Google Master is a Chrome extension developed by Vere Perrot, and its main feature is "Use context menu to search efficiently.".

Extension Screenshots

screenshot

Download Google Master Extension CRX File

Download Google Master extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
Official URL https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
Description Use context menu to search efficiently.
File Size 31.04 KB
Installation Count 931
Current Version 1.1
Last Updated 2016-01-05
Publish Date 2016-01-05
Rating 4.67/5 Total 3 Ratings
Developer Vere Perrot
Payment Type free
Supported Languages 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
}