leapmotion 360 viewer

View equirectangular images with your Leap Motion

leapmotion 360 viewerคืออะไร?

leapmotion 360 viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hsnblg และคุณลักษณะหลักของมันคือ "View equirectangular images with your Leap Motion"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย leapmotion 360 viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        ]
    }
}