Wikipedia Search

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

Qu'est-ce que Wikipedia Search ?

Wikipedia Search est une extension Chrome développée par https://timothytocci.wordpress.com, et sa fonction principale est "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wikipedia Search

Téléchargez les fichiers d'extension Wikipedia Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
URL Officiel https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Description To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Taille du Fichier 14.49 KB
Nombre d'Installations 18
Version Actuelle 0.1
Dernière Mise à Jour 2014-01-28
Date de Publication 2014-01-27
Développeur https://timothytocci.wordpress.com
Type de Paiement free
Site Web de l'Extension http://timothytocci.com/
URL de la Page d'Aide http://timothytocci.com/
Langues Prises en Charge 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
}