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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omegacentaurisoftware และคุณลักษณะหลักของมันคือ "Use SpaceMouse/SpaceNavigator/Gamepad in TinkerCAD. This script is unofficial and endorsed neither by Autodesk nor 3DConnexion."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpaceMouse in TinkerCAD

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}