Voyager
This extension allows quick access to everything.
Co je Voyager?
Voyager je rozšíření Chrome vyvinuté http://voyjor.com, a jeho hlavní funkcí je „This extension allows quick access to everything.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Voyager
Stáhněte si soubory rozšíření Voyager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
[ 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.
Základní Informace o Rozšíření
Název | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
Oficiální URL | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
Popis | This extension allows quick access to everything. |
Velikost souboru | 703 KB |
Počet instalací | 71 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-11-24 |
Datum Vydání | 2013-11-24 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://voyjor.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |