leapmotion 360 viewer

View equirectangular images with your Leap Motion

leapmotion 360 viewer क्या है?

leapmotion 360 viewer hsnblg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View equirectangular images with your Leap Motion"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में leapmotion 360 viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}