Groups Search

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

Cos'è Groups Search?

Groups Search è un'estensione di Chrome sviluppata da https://timothytocci.wordpress.com, e la sua funzione principale è "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Groups Search

Scarica i file di estensione Groups Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
URL Ufficiale https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Descrizione To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Dimensione del File 15.49 KB
Conteggio Installazioni 21
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-26
Data di Pubblicazione 2014-01-26
Sviluppatore https://timothytocci.wordpress.com
Tipo di Pagamento free
Sito Web dell'Estensione http://timothytocci.com/
URL della Pagina di Aiuto http://timothytocci.com/
Lingue Supportate 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
}