Omgili Search

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

Cos'è Omgili Search?

Omgili Search è un'estensione di Chrome sviluppata da https://timothytocci.wordpress.com, e la sua funzione principale è "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Omgili Search

Scarica i file di estensione Omgili 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

                        This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. 
To view the code for this extension and many more visit: http://timothytocci.com/                    

Informazioni di Base sull'Estensione

Nome Omgili Search Omgili Search
ID jllbgnjiffjogdmoljjljeedafbndamm
URL Ufficiale https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm
Descrizione To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
Dimensione del File 15.6 KB
Conteggio Installazioni 25
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-29
Data di Pubblicazione 2014-01-28
Sviluppatore https://timothytocci.wordpress.com
Tipo di Pagamento free
Sito Web dell'Estensione http://timothytocci.com/
URL della Pagina di Aiuto http://timothytocci.com/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omgili Search",
    "short_name": "omg Search",
    "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "omg"
    },
    "icons": {
        "16": "omg_16.png",
        "32": "omg_32.png",
        "48": "omg_48.png",
        "128": "omg_128.png"
    },
    "manifest_version": 2
}