Groups Search

To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com

Groups Search क्या है?

Groups Search https://timothytocci.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com"।

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

screenshot

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

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

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

                        Search Google Groups from the Omnibox. To use, type 'ggs' & space, and a query term into the Omnibox.
To view the code for this addon and many others go to http://timothytocci.com/                    

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

नाम Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
आधिकारिक URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
विवरण To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
फ़ाइल का आकार 15.49 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-26
प्रकाशन तिथि 2014-01-26
डेवलपर https://timothytocci.wordpress.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://timothytocci.com/
सहायता पृष्ठ URL http://timothytocci.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Groups Search",
    "short_name": "ggs Search",
    "description": "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "ggs"
    },
    "icons": {
        "16": "ggs_16.png",
        "32": "ggs_32.png",
        "48": "ggs_48.png",
        "128": "ggs_128.png"
    },
    "manifest_version": 2
}