Click to open 3D

Opens 3D files in 3DView app from browser

Click to open 3Dคืออะไร?

Click to open 3D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shapequote.com/3DView และคุณลักษณะหลักของมันคือ "Opens 3D files in 3DView app from browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Click to open 3D

ดาวน์โหลดไฟล์ส่วนขยาย Click to open 3D ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Click to open 3D Click to open 3D
ID hjgibfcoeomknakfhedjmlkakgelnecf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf
คำอธิบาย Opens 3D files in 3DView app from browser
ขนาดไฟล์ 37.62 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.11.11
อัปเดตครั้งล่าสุด 2016-08-18
วันที่เผยแพร่ 2016-08-18
คะแนน 3.38/5 รวมทั้งหมด 82 คะแนน
ผู้พัฒนา https://shapequote.com/3DView
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}