leapmotion 360 viewer

View equirectangular images with your Leap Motion

leapmotion 360 viewer là gì?

leapmotion 360 viewer là một tiện ích mở rộng Chrome được phát triển bởi hsnblg, và tính năng chính của nó là "View equirectangular images with your Leap Motion".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng leapmotion 360 viewer

Tải xuống các tệp mở rộng leapmotion 360 viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên leapmotion 360 viewer leapmotion 360 viewer
ID kmnnehjfccdfodahjhoibkhbaeaaemnh
URL Chính Thức https://chrome.google.com/webstore/detail/leapmotion-360-viewer/kmnnehjfccdfodahjhoibkhbaeaaemnh
Mô tả View equirectangular images with your Leap Motion
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 633
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-07-04
Ngày Phát Hành 2017-07-04
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hsnblg
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}