3D Model Viewer

Simple 3D Model Viewer

Apa itu 3D Model Viewer?

3D Model Viewer adalah ekstensi Chrome yang dikembangkan oleh Picsweb, dan fitur utamanya adalah "Simple 3D Model Viewer".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi 3D Model Viewer

Unduh file ekstensi 3D Model Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama 3D Model Viewer 3D Model Viewer
ID icnhjdhclnciidcbbafekjogmkdhhgib
URL Resmi https://chromewebstore.google.com/detail/3d-model-viewer/icnhjdhclnciidcbbafekjogmkdhhgib
Deskripsi Simple 3D Model Viewer
Ukuran File 311 KB
Jumlah Instalasi 1,303
Versi Saat Ini 2.0
Terakhir Diperbarui 2021-10-29
Tanggal Publikasi 2021-04-26
Pengembang Picsweb
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zenithclipping.com/
Bahasa yang Didukung 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'"
}