Voyager

This extension allows quick access to everything.

Wat is Voyager?

Voyager is een Chrome-extensie ontwikkeld door http://voyjor.com, en de belangrijkste functie is "This extension allows quick access to everything.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Voyager

Download Voyager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Voyager Voyager
ID mbajmpcingepacodbnfbinppmfllnfkm
Officiële URL https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm
Beschrijving This extension allows quick access to everything.
Bestandsgrootte 703 KB
Aantal Installaties 71
Huidige Versie 1.0
Laatst Bijgewerkt 2013-11-24
Publicatiedatum 2013-11-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://voyjor.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}