SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Qu'est-ce que SpaceMouse in TinkerCAD ?
SpaceMouse in TinkerCAD est une extension Chrome développée par omegacentaurisoftware, et sa fonction principale est "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpaceMouse in TinkerCAD
Téléchargez les fichiers d'extension SpaceMouse in TinkerCAD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
URL Officiel | 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. |
Taille du Fichier | 27.34 KB |
Nombre d'Installations | 1,532 |
Version Actuelle | 0.4.5 |
Dernière Mise à Jour | 2019-04-25 |
Date de Publication | 2019-04-24 |
Évaluation | 3.93/5 Total 14 Évaluations |
Développeur | omegacentaurisoftware |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/arpruss/spacemouse-tinkercad |
Langues Prises en Charge | 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" ] } |