Groups Search

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

Vad är Groups Search?

Groups Search är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Tilläggsskärmbilder

screenshot

Ladda ner Groups Search-förlängningens CRX-fil

Ladda ner Groups Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Officiell webbadress https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Beskrivning To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Filstorlek 15.49 KB
Antal Installationer 21
Aktuell Version 0.1
Senast Uppdaterad 2014-01-26
Publiceringsdatum 2014-01-26
Utvecklare https://timothytocci.wordpress.com
Betalningssätt free
Tilläggswebbplats http://timothytocci.com/
Hjälpsida URL http://timothytocci.com/
Stödda Språk 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
}