SpaceMouse in TinkerCAD

Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.

Apa itu SpaceMouse in TinkerCAD?

SpaceMouse in TinkerCAD adalah ekstensi Chrome yang dikembangkan oleh omegacentaurisoftware, dan fitur utamanya adalah "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SpaceMouse in TinkerCAD

Unduh file ekstensi SpaceMouse in TinkerCAD dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This script provides support for SpaceMouse / SpaceNavigator / generic joystick / generic gamepad in TinkerCAD.  This script is unofficial and not endorsed by Autodesk or 3DConnexion.

Please contact me if your device is not recognized. I may be able to do something about it.                    

Informasi Dasar Ekstensi

Nama SpaceMouse in TinkerCAD SpaceMouse in TinkerCAD
ID nhaenepgppfpehodifndkalcidjhkpjo
URL Resmi https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo
Deskripsi Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Ukuran File 27.34 KB
Jumlah Instalasi 1,532
Versi Saat Ini 0.4.5
Terakhir Diperbarui 2019-04-25
Tanggal Publikasi 2019-04-24
Penilaian 3.93/5 Total 14 Penilaian
Pengembang omegacentaurisoftware
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/arpruss/spacemouse-tinkercad
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpaceMouse in TinkerCAD",
    "version": "0.4.5",
    "description": "Use SpaceMouse\/SpaceNavigator\/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "optiondata.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.tinkercad.com\/things\/*\/edit*"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.js",
        "spacenav.js",
        "toast.js",
        "options.js",
        "optiondata.js"
    ]
}