Vimeo Search

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

Hvad er Vimeo Search?

Vimeo Search er en Chrome-udvidelse udviklet af http://timothytocci.wordpress.com, og dens hovedfunktion er "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Udvidelsesskærmbilleder

screenshot

Download Vimeo Search-udvidelses-CRX-fil

Download Vimeo Search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Officiel URL https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Beskrivelse To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Filstørrelse 14.46 KB
Antal Installationer 61
Nuværende Version 0.1
Senest Opdateret 2014-01-26
Udgivelsesdato 2014-01-26
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler http://timothytocci.wordpress.com
Betalingsmetode free
Udvidelseswebsted http://timothytocci.com/
Hjælpeside-URL http://timothytocci.com/
Understøttede Sprog 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
}