Vimeo Search

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

Wat is Vimeo Search?

Vimeo Search is een Chrome-extensie ontwikkeld door http://timothytocci.wordpress.com, en de belangrijkste functie is "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vimeo Search

Download Vimeo Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Officiële URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Beschrijving To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Bestandsgrootte 14.46 KB
Aantal Installaties 61
Huidige Versie 0.1
Laatst Bijgewerkt 2014-01-26
Publicatiedatum 2014-01-26
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://timothytocci.wordpress.com
Betalingswijze free
Extensiewebsite http://timothytocci.com/
Help Pagina-URL http://timothytocci.com/
Ondersteunde Talen 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
}