Groups Search

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

Apa itu Groups Search?

Groups Search adalah ekstensi Chrome yang dikembangkan oleh https://timothytocci.wordpress.com, dan fitur utamanya adalah "To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Groups Search

Unduh file ekstensi Groups Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Groups Search Groups Search
ID donhcaknlpccdkjcibmnbagekdemifif
URL Resmi https://chromewebstore.google.com/detail/groups-search/donhcaknlpccdkjcibmnbagekdemifif
Deskripsi To use, type 'ggs' & space, and a query term into the Omnibox. timothytocci.com
Ukuran File 15.49 KB
Jumlah Instalasi 21
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-01-26
Tanggal Publikasi 2014-01-26
Pengembang https://timothytocci.wordpress.com
Tipe Pembayaran free
Situs Ekstensi http://timothytocci.com/
URL Halaman Bantuan http://timothytocci.com/
Bahasa yang Didukung 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
}