Groups Search

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

Co to jest Groups Search?

Groups Search to rozszerzenie Chrome opracowane przez https://timothytocci.wordpress.com, a jego główną funkcją jest „To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Groups Search

Pobierz pliki rozszerzeń Groups Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
Oficjalny URL https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Opis To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Rozmiar pliku 15.49 KB
Liczba instalacji 21
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2014-01-26
Data Publikacji 2014-01-26
Deweloper https://timothytocci.wordpress.com
Typ Płatności free
Strona Rozszerzenia http://timothytocci.com/
Adres URL Strony Pomocy http://timothytocci.com/
Obsługiwane Języki 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
}