Groups Search

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

Co je Groups Search?

Groups Search je rozšíření Chrome vyvinuté https://timothytocci.wordpress.com, a jeho hlavní funkcí je „To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Groups Search

Stáhněte si soubory rozšíření Groups Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Oficiální URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Popis To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Velikost souboru 15.49 KB
Počet instalací 21
Aktuální Verze 0.1
Poslední Aktualizace 2014-01-26
Datum Vydání 2014-01-26
Vývojář https://timothytocci.wordpress.com
Typ Platby free
Webové stránky Rozšíření http://timothytocci.com/
URL Stránky Nápovědy http://timothytocci.com/
Podporované Jazyky 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
}