Voyager
This extension allows quick access to everything.
Co to jest Voyager?
Voyager to rozszerzenie Chrome opracowane przez http://voyjor.com, a jego główną funkcją jest „This extension allows quick access to everything.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Voyager
Pobierz pliki rozszerzeń Voyager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
[ 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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
Oficjalny URL | https://chrome.google.com/webstore/detail/voyager/mbajmpcingepacodbnfbinppmfllnfkm |
Opis | This extension allows quick access to everything. |
Rozmiar pliku | 703 KB |
Liczba instalacji | 71 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-11-24 |
Data Publikacji | 2013-11-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://voyjor.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |