Leap Motion Integration (Beta)
Enables hand gestures with LeapMotion™ for browsing the web.
Leap Motion Integration (Beta)คืออะไร?
Leap Motion Integration (Beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omeriko9 และคุณลักษณะหลักของมันคือ "Enables hand gestures with LeapMotion™ for browsing the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leap Motion Integration (Beta)
ดาวน์โหลดไฟล์ส่วนขยาย Leap Motion Integration (Beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will give you the option to control Google Chrome™ using your hand movements. (In order to make this extension useful, you must have the LeapMotion device working properly. For more information, see here: https://www.leapmotion.com ) Gestures -------- Open hand (4/5 fingers): - left/right to move forward/backward in history - up/down to scroll page Half open hand (1/2 fingers): - left/right to move tab Circles: - Counter-clockwise with one finger to close current tab Known Issues ------------ It is a known issue that the extension doesn't currently work on chrome pages, such as "chrome://extension" page or the "New Tab" page. I would appreciate your opinion and suggestions :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ejbbngompmhnbkakomkkllfbcpkbgfmm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/leap-motion-integration-b/ejbbngompmhnbkakomkkllfbcpkbgfmm |
คำอธิบาย | Enables hand gestures with LeapMotion™ for browsing the web. |
ขนาดไฟล์ | 238 KB |
จำนวนการติดตั้ง | 341 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2013-08-07 |
วันที่เผยแพร่ | 2013-08-07 |
คะแนน | 3.25/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | omeriko9 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leap Motion Integration (Beta)", "description": "Enables hand gestures with LeapMotion\u2122 for browsing the web.", "version": "1.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "leap.js", "background.js" ] }, "permissions": [ "tabs", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage", "history" ], "icons": { "128": "icon.png", "64": "icon_64.png", "48": "icon_48.png", "16": "icon_16.png" }, "web_accessible_resources": [ "ico_hand.png", "ico_hand_stop.png" ] } |