3D Model Viewer

Simple 3D Model Viewer

3D Model Viewer là gì?

3D Model Viewer là một tiện ích mở rộng Chrome được phát triển bởi Picsweb, và tính năng chính của nó là "Simple 3D Model Viewer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 3D Model Viewer

Tải xuống các tệp mở rộng 3D Model Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This simple extension help users to view 3D model preview instantly. 
User has to paste the URL of below provide file formats

1) .gltf
2) .glb
3) usdz

Courtesy : https://zenithclipping.com/
Zenith clipping is a professional photo editing company in Bangladesh.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 3D Model Viewer 3D Model Viewer
ID icnhjdhclnciidcbbafekjogmkdhhgib
URL Chính Thức https://chromewebstore.google.com/detail/3d-model-viewer/icnhjdhclnciidcbbafekjogmkdhhgib
Mô tả Simple 3D Model Viewer
Kích Thước Tệp 311 KB
Số Lần Cài Đặt 1,303
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-10-29
Ngày Phát Hành 2021-04-26
Nhà Phát Triển Picsweb
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zenithclipping.com/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "3D Model Viewer",
    "description": "Simple 3D Model Viewer",
    "version": "2.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "48": "icon48.png",
            "32": "icon.png",
            "16": "icon16.png"
        },
        "default_title": "3D Model Viewer",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'wasm-eval' https:\/\/unpkg.com; object-src 'self'"
}