Wikipedia Search

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

What is Wikipedia Search?

Wikipedia Search is a Chrome extension developed by https://timothytocci.wordpress.com, and its main feature is "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

Extension Screenshots

screenshot

Download Wikipedia Search Extension CRX File

Download Wikipedia Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
Official URL https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Description To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
File Size 14.49 KB
Installation Count 18
Current Version 0.1
Last Updated 2014-01-28
Publish Date 2014-01-27
Developer https://timothytocci.wordpress.com
Payment Type free
Extension Website http://timothytocci.com/
Help Page URL http://timothytocci.com/
Supported Languages 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
}