Wikipedia Search

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

Cos'è Wikipedia Search?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wikipedia Search

Scarica i file di estensione Wikipedia 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 Wikipedia from the browser. To use, type 'wiki' & space, and a query term into the Omnibox. 
To view the code for this extension and many more visit http://timothytocci.com/                    

Informazioni di Base sull'Estensione

Nome Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
URL Ufficiale https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Descrizione To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Dimensione del File 14.49 KB
Conteggio Installazioni 18
Versione Corrente 0.1
Ultimo Aggiornamento 2014-01-28
Data di Pubblicazione 2014-01-27
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": "Wikipedia Search",
    "short_name": "wiki Search",
    "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "wiki"
    },
    "icons": {
        "16": "wiki_16.png",
        "32": "wiki_32.png",
        "48": "wiki_48.png",
        "128": "wiki_128.png"
    },
    "manifest_version": 2
}