Voyager
This extension allows quick access to everything.
Qu'est-ce que Voyager ?
Voyager est une extension Chrome développée par http://voyjor.com, et sa fonction principale est "This extension allows quick access to everything.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Voyager
Téléchargez les fichiers d'extension Voyager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
[ 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.
Informations de Base sur l'Extension
Nom | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
URL Officiel | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
Description | This extension allows quick access to everything. |
Taille du Fichier | 703 KB |
Nombre d'Installations | 71 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-11-24 |
Date de Publication | 2013-11-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://voyjor.com |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |