SpaceMouse in TinkerCAD
Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
什么是SpaceMouse in TinkerCAD?
SpaceMouse in TinkerCAD是由omegacentaurisoftware开发的Chrome扩展程序,该扩展的主要功能是“Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.”。
扩展截图
下载SpaceMouse in TinkerCAD扩展crx文件
下载SpaceMouse in TinkerCAD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | SpaceMouse in TinkerCAD |
ID | nhaenepgppfpehodifndkalcidjhkpjo |
官方URL | https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo |
简介 | Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion. |
文件大小 | 27.34 KB |
安装次数 | 1,532 |
当前版本 | 0.4.5 |
更新时间 | 2019-04-25 |
上架时间 | 2019-04-24 |
评分 | 3.93/5 共14次评分 |
开发者 | omegacentaurisoftware |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/arpruss/spacemouse-tinkercad |
支持的语言 | 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" ] } |