Gist Quick Search

Gist Quick Search

Cos'è Gist Quick Search?

Gist Quick Search è un'estensione di Chrome sviluppata da https://ragingwind.org, e la sua funzione principale è "Gist Quick Search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gist Quick Search

Scarica i file di estensione Gist Quick Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # GIST QUICK SEARCH ON CHROME EXTENSION
chrome extension that you can use gist quick search via omnibox on chrome browser.

# USESE
when you enter extension's keyword 'gs' (type 'gs' and press tab), you can start interacting with gist quick search. if you want more search result? just select first suggection on the list.                    

Informazioni di Base sull'Estensione

Nome Gist Quick Search Gist Quick Search
ID lonigeolophogplgkphcecbkaabmflnm
URL Ufficiale https://chromewebstore.google.com/detail/gist-quick-search/lonigeolophogplgkphcecbkaabmflnm
Descrizione Gist Quick Search
Dimensione del File 13.04 KB
Conteggio Installazioni 20
Versione Corrente 0.0.1
Ultimo Aggiornamento 2013-02-24
Data di Pubblicazione 2013-02-23
Sviluppatore https://ragingwind.org
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "gistquicksearch.js",
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "gs"
    },
    "permissions": [
        "https:\/\/*.github.com\/"
    ]
}