Groups Search

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

Was ist Groups Search?

Groups Search ist eine Chrome-Erweiterung, die von https://timothytocci.wordpress.com entwickelt wurde, und ihr Hauptmerkmal ist "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Erweiterungsscreenshots

screenshot

Groups Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Groups Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Offizielle URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Beschreibung To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Dateigröße 15.49 KB
Installationsanzahl 21
Aktuelle Version 0.1
Letztes Update 2014-01-26
Veröffentlichungsdatum 2014-01-26
Entwickler https://timothytocci.wordpress.com
Zahlungsart free
Erweiterungswebsite http://timothytocci.com/
Hilfeseite URL http://timothytocci.com/
Unterstützte Sprachen 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
}