3D Model Viewer
Simple 3D Model Viewer
What is 3D Model Viewer?
3D Model Viewer is a Chrome extension developed by Picsweb, and its main feature is "Simple 3D Model Viewer".
Extension Screenshots
Download 3D Model Viewer Extension CRX File
Download 3D Model Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | 3D Model Viewer |
ID | icnhjdhclnciidcbbafekjogmkdhhgib |
Official URL | https://chromewebstore.google.com/detail/3d-model-viewer/icnhjdhclnciidcbbafekjogmkdhhgib |
Description | Simple 3D Model Viewer |
File Size | 311 KB |
Installation Count | 1,303 |
Current Version | 2.0 |
Last Updated | 2021-10-29 |
Publish Date | 2021-04-26 |
Developer | Picsweb |
[email protected] | |
Payment Type | free |
Extension Website | https://zenithclipping.com/ |
Supported Languages | 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'" } |