Voyager

This extension allows quick access to everything.

Voyagerとは何ですか?

Voyagerはhttp://voyjor.comによって開発されたChromeの拡張機能で、その主な機能は「This extension allows quick access to everything.」です。

拡張機能のスクリーンショット

screenshot

Voyager拡張機能のCRXファイルをダウンロード

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"
    }
}