Vimeo Search

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

Vad är Vimeo Search?

Vimeo Search är en Chrome-tillägg utvecklad av http://timothytocci.wordpress.com, och dess huvudfunktion är "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Tilläggsskärmbilder

screenshot

Ladda ner Vimeo Search-förlängningens CRX-fil

Ladda ner Vimeo Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
Officiell webbadress https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Beskrivning To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Filstorlek 14.46 KB
Antal Installationer 61
Aktuell Version 0.1
Senast Uppdaterad 2014-01-26
Publiceringsdatum 2014-01-26
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare http://timothytocci.wordpress.com
Betalningssätt free
Tilläggswebbplats http://timothytocci.com/
Hjälpsida URL http://timothytocci.com/
Stödda Språk 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
}