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
官方網址 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
電子郵箱 [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"
        ]
    }
}