leapmotion 360 viewer

View equirectangular images with your Leap Motion

Was ist leapmotion 360 viewer?

leapmotion 360 viewer ist eine Chrome-Erweiterung, die von hsnblg entwickelt wurde, und ihr Hauptmerkmal ist "View equirectangular images with your Leap Motion".

Erweiterungsscreenshots

screenshot
screenshot

leapmotion 360 viewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie leapmotion 360 viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name leapmotion 360 viewer leapmotion 360 viewer
ID kmnnehjfccdfodahjhoibkhbaeaaemnh
Offizielle URL https://chrome.google.com/webstore/detail/leapmotion-360-viewer/kmnnehjfccdfodahjhoibkhbaeaaemnh
Beschreibung View equirectangular images with your Leap Motion
Dateigröße 274 KB
Installationsanzahl 633
Aktuelle Version 0.1
Letztes Update 2017-07-04
Veröffentlichungsdatum 2017-07-04
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler hsnblg
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}