Vimeo Search

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

Vimeo Search क्या है?

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

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Vimeo from your browser. 
To use, type 'vim' & space, and a query term into the Omnibox. 
To view the code for this addon and many more go to http://timothytocci.com/                    

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

नाम Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
आधिकारिक URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
विवरण To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
फ़ाइल का आकार 14.46 KB
स्थापना संख्या 61
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-01-26
प्रकाशन तिथि 2014-01-26
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर http://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": "Vimeo Search",
    "short_name": "vim Search",
    "description": "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "vim"
    },
    "icons": {
        "16": "vim_16.png",
        "32": "vim_32.png",
        "48": "vim_48.png",
        "128": "vim_128.png"
    },
    "manifest_version": 2
}