SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Cos'è SpaceMouse in TinkerCAD?
SpaceMouse in TinkerCAD è un'estensione di Chrome sviluppata da omegacentaurisoftware, e la sua funzione principale è "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SpaceMouse in TinkerCAD
Scarica i file di estensione SpaceMouse in TinkerCAD in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
URL Ufficiale | https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo |
Descrizione | Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion. |
Dimensione del File | 27.34 KB |
Conteggio Installazioni | 1,532 |
Versione Corrente | 0.4.5 |
Ultimo Aggiornamento | 2019-04-25 |
Data di Pubblicazione | 2019-04-24 |
Valutazione | 3.93/5 Totale 14 Valutazioni |
Sviluppatore | omegacentaurisoftware |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/arpruss/spacemouse-tinkercad |
Lingue Supportate | 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" ] } |