SpaceMouse in TinkerCAD

Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.

SpaceMouse in TinkerCAD là gì?

SpaceMouse in TinkerCAD là một tiện ích mở rộng Chrome được phát triển bởi omegacentaurisoftware, và tính năng chính của nó là "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SpaceMouse in TinkerCAD

Tải xuống các tệp mở rộng SpaceMouse in TinkerCAD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SpaceMouse in TinkerCAD SpaceMouse in TinkerCAD
ID nhaenepgppfpehodifndkalcidjhkpjo
URL Chính Thức https://chromewebstore.google.com/detail/spacemouse-in-tinkercad/nhaenepgppfpehodifndkalcidjhkpjo
Mô tả Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion.
Kích Thước Tệp 27.34 KB
Số Lần Cài Đặt 1,532
Phiên Bản Hiện Tại 0.4.5
Cập Nhật Lần Cuối 2019-04-25
Ngày Phát Hành 2019-04-24
Đánh Giá 3.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển omegacentaurisoftware
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/arpruss/spacemouse-tinkercad
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}