Wikipedia Search

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

Vad är Wikipedia Search?

Wikipedia Search är en Chrome-tillägg utvecklad av https://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

Tilläggsskärmbilder

screenshot

Ladda ner Wikipedia Search-förlängningens CRX-fil

Ladda ner Wikipedia Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
Officiell webbadress https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Beskrivning To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Filstorlek 14.49 KB
Antal Installationer 18
Aktuell Version 0.1
Senast Uppdaterad 2014-01-28
Publiceringsdatum 2014-01-27
Utvecklare https://timothytocci.wordpress.com
Betalningssätt free
Tilläggswebbplats http://timothytocci.com/
Hjälpsida URL http://timothytocci.com/
Stödda Språk 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
}