x3d-viewer
Opens an x3d file for viweing in the browser.
什么是x3d-viewer?
x3d-viewer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Opens an x3d file for viweing in the browser.”。
扩展截图
下载x3d-viewer扩展crx文件
下载x3d-viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This 3D planning app is designed to help view x3d files. After uploading an x3d file you are able to see your model on a plane, which fluctuates in size, and includes an x, y, z axis. This viewer allows for a more accurate and detailed perspective of a model because it gives you the ability to change coordinates, direction and color of light, and can take snapshots of the model that will automatically download to your computer.
Features:
- Upload multiple x3d files
- Change position of models
- Change scene settings 扩展基本信息
| 名称 | |
| ID | nneaojlgmfmngeckfemdbfpgedgfpgdg |
| 官方URL | https://chromewebstore.google.com/detail/x3d-viewer/nneaojlgmfmngeckfemdbfpgedgfpgdg |
| 简介 | Opens an x3d file for viweing in the browser. |
| 文件大小 | 1.55 MB |
| 安装次数 | 2,927 |
| 当前版本 | 1.1.7 |
| 更新时间 | 2018-12-18 |
| 上架时间 | 2018-12-18 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Opens an x3d file for viweing in the browser.",
"manifest_version": 2,
"name": "x3d-viewer",
"short_name": "x3d-viewer",
"version": "1.1.7",
"icons": {
"48": "icon\/spider.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon\/spider.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
} | |