leapmotion 360 viewer

View equirectangular images with your Leap Motion

leapmotion 360 viewerとは何ですか?

leapmotion 360 viewerはhsnblgによって開発されたChromeの拡張機能で、その主な機能は「View equirectangular images with your Leap Motion」です。

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

screenshot
screenshot

leapmotion 360 viewer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Use your Leap Motion to control equirectangular images in a 360 view.

Move your hand up/down or left/right to rotate the image up/down and left/right.

Optionally you can activate the zoom function by clicking the extension icon.
Move your hand in/out to zoom in and out.                    

拡張機能の基本情報

名前 leapmotion 360 viewer leapmotion 360 viewer
ID kmnnehjfccdfodahjhoibkhbaeaaemnh
公式URL https://chrome.google.com/webstore/detail/leapmotion-360-viewer/kmnnehjfccdfodahjhoibkhbaeaaemnh
説明 View equirectangular images with your Leap Motion
ファイルサイズ 274 KB
インストール数 633
現在のバージョン 0.1
最終更新日 2017-07-04
公開日 2017-07-04
評価 2.00/5 合計 1 レビュー
開発者 hsnblg
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "leapmotion 360 viewer",
    "version": "0.1",
    "description": "View equirectangular images with your Leap Motion",
    "icons": {
        "42": "icons\/res\/mipmap-mdpi\/icon.png",
        "72": "icons\/res\/mipmap-hdpi\/icon.png",
        "96": "icons\/res\/mipmap-xhdpi\/icon.png",
        "144": "icons\/res\/mipmap-xxhdpi\/icon.png",
        "192": "icons\/res\/mipmap-xxxhdpi\/icon.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "author": "Frank Hasenbalg, Finn Jensen",
    "permissions": [
        "contextMenus",
        "activeTab",
        "",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background_script.js"
        ]
    }
}