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"
    ]
}