Click to open 3D

Opens 3D files in 3DView app from browser

Apa itu Click to open 3D?

Click to open 3D adalah ekstensi Chrome yang dikembangkan oleh https://shapequote.com/3DView, dan fitur utamanya adalah "Opens 3D files in 3DView app from browser".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Click to open 3D

Unduh file ekstensi Click to open 3D dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Click to open 3D Click to open 3D
ID hjgibfcoeomknakfhedjmlkakgelnecf
URL Resmi https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf
Deskripsi Opens 3D files in 3DView app from browser
Ukuran File 37.62 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.11.11
Terakhir Diperbarui 2016-08-18
Tanggal Publikasi 2016-08-18
Penilaian 3.38/5 Total 82 Penilaian
Pengembang https://shapequote.com/3DView
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}