Vimeo Search

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

What is Vimeo Search?

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

Extension Screenshots

screenshot

Download Vimeo Search Extension CRX File

Download Vimeo 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 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/                    

Extension Basic Information

Name Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Official URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Description To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
File Size 14.46 KB
Installation Count 61
Current Version 0.1
Last Updated 2014-01-26
Publish Date 2014-01-26
Rating 4.33/5 Total 3 Ratings
Developer http://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": "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
}