Wikipedia Search

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

Wat is Wikipedia Search?

Wikipedia Search is een Chrome-extensie ontwikkeld door https://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Wikipedia Search

Download Wikipedia Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
Officiële URL https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Beschrijving To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Bestandsgrootte 14.49 KB
Aantal Installaties 18
Huidige Versie 0.1
Laatst Bijgewerkt 2014-01-28
Publicatiedatum 2014-01-27
Ontwikkelaar https://timothytocci.wordpress.com
Betalingswijze free
Extensiewebsite http://timothytocci.com/
Help Pagina-URL http://timothytocci.com/
Ondersteunde Talen 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
}