leapmotion 360 viewer

View equirectangular images with your Leap Motion

Cos'è leapmotion 360 viewer?

leapmotion 360 viewer è un'estensione di Chrome sviluppata da hsnblg, e la sua funzione principale è "View equirectangular images with your Leap Motion".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione leapmotion 360 viewer

Scarica i file di estensione leapmotion 360 viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome leapmotion 360 viewer leapmotion 360 viewer
ID kmnnehjfccdfodahjhoibkhbaeaaemnh
URL Ufficiale https://chrome.google.com/webstore/detail/leapmotion-360-viewer/kmnnehjfccdfodahjhoibkhbaeaaemnh
Descrizione View equirectangular images with your Leap Motion
Dimensione del File 274 KB
Conteggio Installazioni 633
Versione Corrente 0.1
Ultimo Aggiornamento 2017-07-04
Data di Pubblicazione 2017-07-04
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore hsnblg
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}