Click to open 3D

Opens 3D files in 3DView app from browser

Qu'est-ce que Click to open 3D ?

Click to open 3D est une extension Chrome développée par https://shapequote.com/3DView, et sa fonction principale est "Opens 3D files in 3DView app from browser".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Click to open 3D

Téléchargez les fichiers d'extension Click to open 3D au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Instantly downloads and opens 3D files from the web to a 3DView app. Great for previewing 3D files right from the web sites like www.thingiverse.com 

3DView app is required!

3DView is a lightweight, free and easy application for 3D modeling and printing. It allows viewing, quality inspection, measuring, editing and sharing 3D files, working alone or with a remote team.
Supported file formats: STL, OBJ, AMF, 3DS, PLY, Collada, CTM, VTK, BABYLON, THING and ZIP                    

Informations de Base sur l'Extension

Nom Click to open 3D Click to open 3D
ID hjgibfcoeomknakfhedjmlkakgelnecf
URL Officiel https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf
Description Opens 3D files in 3DView app from browser
Taille du Fichier 37.62 KB
Nombre d'Installations 10,000
Version Actuelle 0.11.11
Dernière Mise à Jour 2016-08-18
Date de Publication 2016-08-18
Évaluation 3.38/5 Total 82 Évaluations
Développeur https://shapequote.com/3DView
Type de Paiement free
Langues Prises en Charge en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.11.11",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "utility.js",
            "notifications.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "downloads",
        "management",
        "notifications",
        "storage",
        "tabs"
    ]
}