Voyager
This extension allows quick access to everything.
What is Voyager?
Voyager is a Chrome extension developed by http://voyjor.com, and its main feature is "This extension allows quick access to everything.".
Extension Screenshots
Download Voyager Extension CRX File
Download Voyager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
[ 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.
Extension Basic Information
Name | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
Official URL | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
Description | This extension allows quick access to everything. |
File Size | 703 KB |
Installation Count | 71 |
Current Version | 1.0 |
Last Updated | 2013-11-24 |
Publish Date | 2013-11-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://voyjor.com |
Payment Type | free |
Supported Languages | 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" } } |