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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    ]
}  |  |