leapmotion 360 viewer

View equirectangular images with your Leap Motion

ما هو leapmotion 360 viewer؟

leapmotion 360 viewer هو إضافة Chrome تم تطويرها بواسطة hsnblg، والميزة الرئيسية لها هي "View equirectangular images with your Leap Motion".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة leapmotion 360 viewer

قم بتنزيل ملفات الامتداد leapmotion 360 viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
        ]
    }
}