Voyager
This extension allows quick access to everything.
什麼是Voyager?
Voyager是由http://voyjor.com開發的Chrome擴展程式,該擴展的主要功能是“This extension allows quick access to everything.”。
擴展截圖
下載Voyager擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | mbajmpcingepacodbnfbinppmfllnfkm |
官方網址 | 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" } } |