3D Viewer and Advanced Studio

3D STL, OBJ, 3D Studio Max Viewer and exports it as image or other data interchange formats for your Chrome Browser

3D Viewer and Advanced Studioคืออะไร?

3D Viewer and Advanced Studio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.mediamaster.eu และคุณลักษณะหลักของมันคือ "3D STL, OBJ, 3D Studio Max Viewer and exports it as image or other data interchange formats for your Chrome Browser"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 3D Viewer and Advanced Studio

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

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

                        This web app provides a 3d object, 3d Studio Max and 3d stl viewer for presenting 3d models and small scenes on a web page. You can to save render result in png, jpg, tiff and pdf and you can to change render mode and image definition. In the project are also available a useful console that tracks the user's actions. Note: when the application starts in the viewing area you can find a file "3D" for example in stl.
=====================
Release 2.1.5 - Improved function to open 3D file in basic viewer
Release 2.1.1 - Remove some permissions not required from file manifest of extension
Release 2.1.0 - Printing/Exporting 3D model to Cloud Print as PNG format
Release 2.0 - Now you can open intuitive and powerful 3D Advanced Model Viewer with context menu and again with context menu you can get Screenshot of Model
=====================
• Export 3D View in png, jpg, tiff and pdf
• Touch control rotation of 3D object
• Useful console that tracks the user's actions
• Render as: point, wireframe, flat, smooth, environment
• Open stl, obj and 3ds extension of the three dimensional files
• Advanced 3D Model Viewer with WebGLRenderer, export scene, scale, rotation, material manager, local storage settings and others interestings functions                    

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

ชื่อ 3D Viewer and Advanced Studio 3D Viewer and Advanced Studio
ID agobiegfpgmphnbofolggnbidjolbedi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/3d-viewer-and-advanced-st/agobiegfpgmphnbofolggnbidjolbedi
คำอธิบาย 3D STL, OBJ, 3D Studio Max Viewer and exports it as image or other data interchange formats for your Chrome Browser
ขนาดไฟล์ 2.83 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 2.1.5
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
ผู้พัฒนา http://www.mediamaster.eu
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://mediamaster.eu/contatti
URL หน้านโยบายความเป็นส่วนตัว http://ulmdevice.altervista.org/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3D Viewer and Advanced Studio",
    "short_name": "3D Model Viewer",
    "description": "3D STL, OBJ, 3D Studio Max Viewer and exports it as image or other data interchange formats for your Chrome Browser",
    "version": "2.1.5",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/cloudprint\/ 'unsafe-eval'; frame-src 'self' https:\/\/www.google.com\/cloudprint\/; default-src 'self'; media-src *; img-src * data:; style-src * 'unsafe-inline'; font-src *; connect-src *; base-uri *",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}