Vimeo Search

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

O que é Vimeo Search?

Vimeo Search é uma extensão do Chrome desenvolvida por http://timothytocci.wordpress.com, e sua principal característica é "To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Vimeo Search

Baixe arquivos de extensão Vimeo Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Vimeo Search Vimeo Search
ID fimpclpielikjondmhhjbkafhjpgdjpm
URL Oficial https://chrome.google.com/webstore/detail/vimeo-search/fimpclpielikjondmhhjbkafhjpgdjpm
Descrição To use, type 'vim' & space, and a query term into the Omnibox. timothytocci.com
Tamanho do Arquivo 14.46 KB
Contagem de Instalações 61
Versão Atual 0.1
Última Atualização 2014-01-26
Data de Publicação 2014-01-26
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor http://timothytocci.wordpress.com
Tipo de Pagamento free
Site da Extensão http://timothytocci.com/
URL da Página de Ajuda http://timothytocci.com/
Idiomas Suportados 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
}