Chrome Leap Tools

Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…

Chrome Leap Tools là gì?

Chrome Leap Tools là một tiện ích mở rộng Chrome được phát triển bởi http://www.shidel.com, và tính năng chính của nó là "Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chrome Leap Tools

Tải xuống các tệp mở rộng Chrome Leap Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller.  Using the extensions built in settings, you can configure each gesture to exactly the level of sensitivity that you prefer. 

Chrome Leap Tools allows you to:

-Scroll with two fingers
-Navigate history with an open handed swipe
-Close tabs with a three finger pinch

Future gestures:

-Move mouse and click (soon)
-Open hand to create new tab
-Pinch to zoom

This project is open source and can be found at: https://github.com/shidel-dev/Chrome-Leap-Tools

Note: You must have the Leap motion controller plugged in, and the Leap Motion Software installed in order for Chrome Leap Tools to function.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chrome Leap Tools Chrome Leap Tools
ID cdggacgonehkioknlolpdmdnbaollpca
URL Chính Thức https://chrome.google.com/webstore/detail/chrome-leap-tools/cdggacgonehkioknlolpdmdnbaollpca
Mô tả Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…
Kích Thước Tệp 33.07 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2013-09-12
Ngày Phát Hành 2013-09-12
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.shidel.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/shidel-dev/Chrome-Leap-Tools
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Leap Tools",
    "version": "0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Chrome Leap Tools",
        "default_popup": "menu.html",
        "default_icon": {
            "19": "leaptools19.png",
            "38": "leaptools38.png"
        }
    },
    "manifest_version": 2
}