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
拡張機能の基本情報
名前 | x3d-viewer |
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';" } |