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.”。

擴展截圖

screenshot

下載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 SpaceMouse in TinkerCAD
ID nhaenepgppfpehodifndkalcidjhkpjo
官方網址 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"
    ]
}