Voyager

This extension allows quick access to everything.

O que é Voyager?

Voyager é uma extensão do Chrome desenvolvida por http://voyjor.com, e sua principal característica é "This extension allows quick access to everything.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Voyager

Baixe arquivos de extensão Voyager 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

                        [ Activate the Extension with "!" and then a space bar in the url bar ]
You can start any query, (ie anything you type in the front url bar) will do a google search and take you to the first search result automatically. 
ex0: google maps → will take you to maps.google.com.
ex2: mail → will take you to your inbox
ex3: cnn → will take you to cnn’s front page.
ex4: facebook → will take you to your facebook home page.

[Youtube search]
Activate Extension, and start ur queries with  "!"
ex: !nirvana → will do a search on youtube for nirvana.

[YouTube instant]
Activate Extension and start ur query with "!!"
ex: !!foo fighters → plays a foo fighters song.                    

Informações Básicas da Extensão

Nome Voyager Voyager
ID mbajmpcingepacodbnfbinppmfllnfkm
URL Oficial https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm
Descrição This extension allows quick access to everything.
Tamanho do Arquivo 703 KB
Contagem de Instalações 71
Versão Atual 1.0
Última Atualização 2013-11-24
Data de Publicação 2013-11-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://voyjor.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voyager",
    "description": "This extension allows quick access to everything.",
    "version": "1.0",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs"
    ],
    "background": {
        "scripts": [
            "runner.js"
        ]
    },
    "omnibox": {
        "keyword": "!"
    },
    "icons": {
        "32": "xcfm.png",
        "128": "xcfm.png"
    }
}