Vault for Chrome - Leap Motion Integration

This extension allows using Chrome with the Leap Motion Controller

Vault for Chrome - Leap Motion Integrationคืออะไร?

Vault for Chrome - Leap Motion Integration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pablitar และคุณลักษณะหลักของมันคือ "This extension allows using Chrome with the Leap Motion Controller"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vault for Chrome - Leap Motion Integration

ดาวน์โหลดไฟล์ส่วนขยาย Vault for Chrome - Leap Motion Integration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ALPHA VERSION - EXPERIMENTAL

This extension allows the use of the Leap Motion Controller to perform some actions in Chrome. In particular, it currently has the following features:

- One Hand Scrolling: Put a hand over the Leap Motion Controller and extend four or more fingers (five is the most comfortable position). The extension will then use the orientation of your hand to scroll horizontally or vertically.
- Swipe left to navigate back, and swipe right to navigate forward. One finger works best with this gesture.
- Circle clockwise to move to next tab, and circle counter clockwise to move to previous tab. Again, one finger works best.


More information:
This extension was developed as an experiment, and it would be nice if it could grow into a usable feature-packed application. I don't think I have enough time to do that, so I've made it open source, hoping that this could get a few other fellow developers to help on this.

You can see the code here:
https://github.com/pablitar/VaultForChrome

Feel free to contribute in any way you like. Feedback is welcome, pull requests would be awesome. If you want, you can also create your own extension based on this one. The license allows that :).

If you need to contact me for anything, you can find me at Twitter (@pabdeharo), or at G+ (https://plus.google.com/106449708024149866008/)

You can also use the issue tracker at GitHub: https://github.com/pablitar/VaultForChrome/issues                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vault for Chrome - Leap Motion Integration Vault for Chrome - Leap Motion Integration
ID gafgianhnfhfjgklohiefomdficbnepc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vault-for-chrome-leap-mot/gafgianhnfhfjgklohiefomdficbnepc
คำอธิบาย This extension allows using Chrome with the Leap Motion Controller
ขนาดไฟล์ 98.28 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2013-09-27
วันที่เผยแพร่ 2013-09-27
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา pablitar
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pablitar/VaultForChrome/
URL หน้าช่วยเหลือ https://github.com/pablitar/VaultForChrome/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vault for Chrome - Leap Motion Integration",
    "description": "This extension allows using Chrome with the Leap Motion Controller",
    "version": "0.1",
    "browser_action": {
        "default_icon": {
            "19": "icons\/vault-logo19.png",
            "38": "icons\/vault-logo38.png"
        },
        "default_popup": "config.html"
    },
    "icons": {
        "16": "icons\/vault-logo16.png",
        "48": "icons\/vault-logo48.png",
        "128": "icons\/vault-logo128.png"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "storage",
        "tabs",
        ""
    ]
}