Groups Search

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

Qu'est-ce que Groups Search ?

Groups Search est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Groups Search

Téléchargez les fichiers d'extension Groups Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
URL Officiel https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Description To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Taille du Fichier 15.49 KB
Nombre d'Installations 21
Version Actuelle 0.1
Dernière Mise à Jour 2014-01-26
Date de Publication 2014-01-26
Développeur https://timothytocci.wordpress.com
Type de Paiement free
Site Web de l'Extension http://timothytocci.com/
URL de la Page d'Aide http://timothytocci.com/
Langues Prises en Charge 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
}