Voyager

This extension allows quick access to everything.

Что такое Voyager?

Voyager - это расширение Chrome, разработанное http://voyjor.com, и его основная функция - "This extension allows quick access to everything.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Voyager

Скачайте файлы расширений Voyager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        [ 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.                    

Основная информация о расширении

Название Voyager Voyager
ID mbajmpcingepacodbnfbinppmfllnfkm
Официальный URL https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm
Описание This extension allows quick access to everything.
Размер файла 703 KB
Количество установок 71
Текущая Версия 1.0
Последнее Обновление 2013-11-24
Дата публикации 2013-11-24
Рейтинг 5.00/5 Всего 1 оценок
Разработчик http://voyjor.com
Тип оплаты free
Поддерживаемые языки 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"
    }
}