Leap Touch

Never put down your sandwich.

Leap Touchとは何ですか?

Leap Touchはhttps://leaptouch.comによって開発されたChromeの拡張機能で、その主な機能は「Never put down your sandwich.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Control your browsing with a Leap Motion device (www.leapmotion.com).

Click links, switch between and close tabs, go back and forward, etc.

Never put down your sandwich.                    

拡張機能の基本情報

名前 Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
公式URL https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
説明 Never put down your sandwich.
ファイルサイズ 110 KB
インストール数 339
現在のバージョン 2.0.0
最終更新日 2013-11-05
公開日 2013-11-04
評価 2.35/5 合計 17 レビュー
開発者 https://leaptouch.com
支払い方法 free
拡張機能のウェブサイト http://leaptouch.com/
ヘルプページのURL http://leaptouch.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Touch",
    "description": "Never put down your sandwich.",
    "version": "2.0.0",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png"
    },
    "browser_action": {
        "default_icon": "Icon-16.png",
        "default_title": "Recalibrate Leap Touch"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "common\/lib\/lodash.custom.js",
                "common\/log.js",
                "common\/lib\/leap.custom.js",
                "common\/platform.chrome.js",
                "common\/config.js",
                "common\/leaptouch.js",
                "handlers\/closenotify.js",
                "handlers\/scroll.js",
                "handlers\/highlight.js",
                "handlers\/finetune.js",
                "handlers\/click.js",
                "handlers\/help.js",
                "handlers\/history.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "*"
    ]
}