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