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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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';" } |