3D Model Viewer
Simple 3D Model Viewer
什么是3D Model Viewer?
3D Model Viewer是由Picsweb开发的Chrome扩展程序,该扩展的主要功能是“Simple 3D Model Viewer”。
扩展截图
下载3D Model Viewer扩展crx文件
下载3D Model Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | icnhjdhclnciidcbbafekjogmkdhhgib |
| 官方URL | https://chromewebstore.google.com/detail/3d-model-viewer/icnhjdhclnciidcbbafekjogmkdhhgib |
| 简介 | Simple 3D Model Viewer |
| 文件大小 | 311 KB |
| 安装次数 | 1,303 |
| 当前版本 | 2.0 |
| 更新时间 | 2021-10-29 |
| 上架时间 | 2021-04-26 |
| 开发者 | Picsweb |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://zenithclipping.com/ |
| 支持的语言 | 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'"
} | |