leapmotion 360 viewer

View equirectangular images with your Leap Motion

Qu'est-ce que leapmotion 360 viewer ?

leapmotion 360 viewer est une extension Chrome développée par hsnblg, et sa fonction principale est "View equirectangular images with your Leap Motion".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension leapmotion 360 viewer

Téléchargez les fichiers d'extension leapmotion 360 viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom leapmotion 360 viewer leapmotion 360 viewer
ID kmnnehjfccdfodahjhoibkhbaeaaemnh
URL Officiel https://chrome.google.com/webstore/detail/leapmotion-360-viewer/kmnnehjfccdfodahjhoibkhbaeaaemnh
Description View equirectangular images with your Leap Motion
Taille du Fichier 274 KB
Nombre d'Installations 633
Version Actuelle 0.1
Dernière Mise à Jour 2017-07-04
Date de Publication 2017-07-04
Évaluation 2.00/5 Total 1 Évaluations
Développeur hsnblg
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}