SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Hvad er SpaceMouse in TinkerCAD?
SpaceMouse in TinkerCAD er en Chrome-udvidelse udviklet af omegacentaurisoftware, og dens hovedfunktion er "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".
Udvidelsesskærmbilleder
Download SpaceMouse in TinkerCAD-udvidelses-CRX-fil
Download SpaceMouse in TinkerCAD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
Officiel URL | https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo |
Beskrivelse | Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion. |
Filstørrelse | 27.34 KB |
Antal Installationer | 1,532 |
Nuværende Version | 0.4.5 |
Senest Opdateret | 2019-04-25 |
Udgivelsesdato | 2019-04-24 |
Bedømmelse | 3.93/5 Samlet 14 Bedømmelser |
Udvikler | omegacentaurisoftware |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/arpruss/spacemouse-tinkercad |
Understøttede Sprog | 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" ] } |