Wikipedia Search

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

Wikipedia Search क्या है?

Wikipedia Search https://timothytocci.wordpress.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wikipedia Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
आधिकारिक URL https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
विवरण To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
फ़ाइल का आकार 14.49 KB
स्थापना संख्या 18
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-28
प्रकाशन तिथि 2014-01-27
डेवलपर https://timothytocci.wordpress.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://timothytocci.com/
सहायता पृष्ठ URL http://timothytocci.com/
समर्थित भाषाएँ 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
}