Groups Search

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

What is Groups Search?

Groups Search is a Chrome extension developed by https://timothytocci.wordpress.com, and its main feature is "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Extension Screenshots

screenshot

Download Groups Search Extension CRX File

Download Groups Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Official URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Description To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
File Size 15.49 KB
Installation Count 21
Current Version 0.1
Last Updated 2014-01-26
Publish Date 2014-01-26
Developer https://timothytocci.wordpress.com
Payment Type free
Extension Website http://timothytocci.com/
Help Page URL http://timothytocci.com/
Supported Languages 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
}