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 |
| 官方網址 | 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';"
} | |