Omgili Search

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

Omgili Search क्या है?

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

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Omgili from the browser. To use, type 'omg', a space, and query into the Omnibox. Then choose a time frame that you desire from the dropdown and it will open your results in a new tab. 
To view the code for this extension and many more visit: http://timothytocci.com/                    

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

नाम Omgili Search Omgili Search
ID jllbgnjiffjogdmoljjljeedafbndamm
आधिकारिक URL https://chromewebstore.google.com/detail/omgili-search/jllbgnjiffjogdmoljjljeedafbndamm
विवरण To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com
फ़ाइल का आकार 15.6 KB
स्थापना संख्या 25
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-29
प्रकाशन तिथि 2014-01-28
डेवलपर 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": "Omgili Search",
    "short_name": "omg Search",
    "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "omg"
    },
    "icons": {
        "16": "omg_16.png",
        "32": "omg_32.png",
        "48": "omg_48.png",
        "128": "omg_128.png"
    },
    "manifest_version": 2
}