Voyager

This extension allows quick access to everything.

Apa itu Voyager?

Voyager adalah ekstensi Chrome yang dikembangkan oleh http://voyjor.com, dan fitur utamanya adalah "This extension allows quick access to everything.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Voyager

Unduh file ekstensi Voyager dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Voyager Voyager
ID mbajmpcingepacodbnfbinppmfllnfkm
URL Resmi https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm
Deskripsi This extension allows quick access to everything.
Ukuran File 703 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-11-24
Tanggal Publikasi 2013-11-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang http://voyjor.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}