Voyager
This extension allows quick access to everything.
Voyagerคืออะไร?
Voyager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://voyjor.com และคุณลักษณะหลักของมันคือ "This extension allows quick access to everything."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voyager
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |