Groups Search

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

Hvad er Groups Search?

Groups Search er en Chrome-udvidelse udviklet af https://timothytocci.wordpress.com, og dens hovedfunktion er "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Udvidelsesskærmbilleder

screenshot

Download Groups Search-udvidelses-CRX-fil

Download Groups Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Officiel URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Beskrivelse To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Filstørrelse 15.49 KB
Antal Installationer 21
Nuværende Version 0.1
Senest Opdateret 2014-01-26
Udgivelsesdato 2014-01-26
Udvikler https://timothytocci.wordpress.com
Betalingsmetode free
Udvidelseswebsted http://timothytocci.com/
Hjælpeside-URL http://timothytocci.com/
Understøttede Sprog 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
}