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とは何ですか?

Chrome Leap Toolsはhttp://www.shidel.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…」です。

拡張機能のスクリーンショット

screenshot

Chrome Leap Tools拡張機能のCRXファイルをダウンロード

Chrome Leap Tools拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Chrome Leap Tools Chrome Leap Tools
ID cdggacgonehkioknlolpdmdnbaollpca
公式URL https://chrome.google.com/webstore/detail/chrome-leap-tools/cdggacgonehkioknlolpdmdnbaollpca
説明 Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…
ファイルサイズ 33.07 KB
インストール数 131
現在のバージョン 0.2
最終更新日 2013-09-12
公開日 2013-09-12
評価 3.00/5 合計 2 レビュー
開発者 http://www.shidel.com
支払い方法 free
拡張機能のウェブサイト https://github.com/shidel-dev/Chrome-Leap-Tools
対応言語 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
}