SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
What is SpaceMouse in TinkerCAD?
SpaceMouse in TinkerCAD is a Chrome extension developed by omegacentaurisoftware, and its main feature is "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".
Extension Screenshots
Download SpaceMouse in TinkerCAD Extension CRX File
Download SpaceMouse in TinkerCAD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
Official URL | https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo |
Description | Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion. |
File Size | 27.34 KB |
Installation Count | 1,532 |
Current Version | 0.4.5 |
Last Updated | 2019-04-25 |
Publish Date | 2019-04-24 |
Rating | 3.93/5 Total 14 Ratings |
Developer | omegacentaurisoftware |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/arpruss/spacemouse-tinkercad |
Supported Languages | 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" ] } |