SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Was ist SpaceMouse in TinkerCAD?
SpaceMouse in TinkerCAD ist eine Chrome-Erweiterung, die von omegacentaurisoftware entwickelt wurde, und ihr Hauptmerkmal ist "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".
Erweiterungsscreenshots
SpaceMouse in TinkerCAD-Erweiterungs-CRX-Datei herunterladen
Laden Sie SpaceMouse in TinkerCAD-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
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.
Grundlegende Informationen zur Erweiterung
Name | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
Offizielle URL | https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo |
Beschreibung | Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion. |
Dateigröße | 27.34 KB |
Installationsanzahl | 1,532 |
Aktuelle Version | 0.4.5 |
Letztes Update | 2019-04-25 |
Veröffentlichungsdatum | 2019-04-24 |
Bewertung | 3.93/5 Insgesamt 14 Bewertungen |
Entwickler | omegacentaurisoftware |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/arpruss/spacemouse-tinkercad |
Unterstützte Sprachen | 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" ] } |