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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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