Google Master

Use context menu to search efficiently.

Google Master क्या है?

Google Master Vere Perrot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use context menu to search efficiently."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Google Master एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Google Master Google Master
ID mkeolkcnabfjecpddmpimpddeajbpjid
आधिकारिक URL https://chromewebstore.google.com/detail/google-master/mkeolkcnabfjecpddmpimpddeajbpjid
विवरण Use context menu to search efficiently.
फ़ाइल का आकार 31.04 KB
स्थापना संख्या 931
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-01-05
प्रकाशन तिथि 2016-01-05
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर Vere Perrot
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}