EwoViewer

A viewer for 3D models.

EwoViewer là gì?

EwoViewer là một tiện ích mở rộng Chrome được phát triển bởi ewoviewer, và tính năng chính của nó là "A viewer for 3D models.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng EwoViewer 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

                        What's new:
version 0.9.9
    * Sketchfab model downloading
    * Material texture editing
    * Scene local storage

EwoViewer is your gateway to the fascinating world of 3D modeling! This state-of-the-art 3D model viewer supports a wide array of popular formats, including glTF, 3D Tiles, DAE, MMD and STL.

With EwoViewer, you can delve into the intricate details of your 3D models, zooming in to appreciate the fine craftsmanship. Need to focus on a specific part? No problem! EwoViewer allows you to highlight, hide, or even set parts of your large 3D model into wireframe mode for a more focused viewing experience. EwoViewer also comes with the functionality to showcase simplified scenes with different decks and light types, as well as environment map. This feature allows you to visualize complex 3D scenes with ease.

But that’s not all! EwoViewer also empowers you to capture snapshots of your models or export them into glTF (text or binary) formats for future use. Whether you’re a professional designer or a 3D modeling enthusiast, EwoViewer is the perfect tool to bring your creations to life. Experience the power of 3D visualization like never before with EwoViewer!                    

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

Tên EwoViewer EwoViewer
ID ncnbgakinjdnjlflheaomkchhhhjjhpo
URL Chính Thức https://chromewebstore.google.com/detail/ewoviewer/ncnbgakinjdnjlflheaomkchhhhjjhpo
Mô tả A viewer for 3D models.
Kích Thước Tệp 7.24 MB
Số Lần Cài Đặt 108
Phiên Bản Hiện Tại 0.9.10
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-05-30
Nhà Phát Triển ewoviewer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ewoviewer.com
URL Trang Trợ Giúp http://www.ewoviewer.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icon-128.png",
            "16": "icon-16.png",
            "256": "icon-256.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "512": "icon-512.png",
            "64": "icon-64.png",
            "96": "icon-96.png"
        }
    },
    "background": {
        "service_worker": "\/js\/bg-worker.js"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/ewoviewer.com\/",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "256": "icon-256.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "512": "icon-512.png",
        "64": "icon-64.png",
        "96": "icon-96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "offline_enabled": true,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.10",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; img-src * 'self' data:"
    }
}