Voyager

This extension allows quick access to everything.

Was ist Voyager?

Voyager ist eine Chrome-Erweiterung, die von http://voyjor.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows quick access to everything.".

Erweiterungsscreenshots

screenshot

Voyager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voyager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Voyager Voyager
ID mbajmpcingepacodbnfbinppmfllnfkm
Offizielle URL https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm
Beschreibung This extension allows quick access to everything.
Dateigröße 703 KB
Installationsanzahl 71
Aktuelle Version 1.0
Letztes Update 2013-11-24
Veröffentlichungsdatum 2013-11-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://voyjor.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}