Click to open 3D
Opens 3D files in 3DView app from browser
Click to open 3D란 무엇입니까?
Click to open 3D은(는) https://shapequote.com/3DView에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens 3D files in 3DView app from browser"입니다.
확장 프로그램 스크린샷
Click to open 3D 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly downloads and opens 3D files from the web to a 3DView app. Great for previewing 3D files right from the web sites like www.thingiverse.com 3DView app is required! 3DView is a lightweight, free and easy application for 3D modeling and printing. It allows viewing, quality inspection, measuring, editing and sharing 3D files, working alone or with a remote team. Supported file formats: STL, OBJ, AMF, 3DS, PLY, Collada, CTM, VTK, BABYLON, THING and ZIP
확장 프로그램 기본 정보
이름 | Click to open 3D |
ID | hjgibfcoeomknakfhedjmlkakgelnecf |
공식 URL | https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf |
설명 | Opens 3D files in 3DView app from browser |
파일 크기 | 37.62 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.11.11 |
최근 업데이트 | 2016-08-18 |
출시 날짜 | 2016-08-18 |
평점 | 3.38/5 총 82 개의 평점 |
개발자 | https://shapequote.com/3DView |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.11.11", "manifest_version": 2, "icons": { "16": "assets\/icons\/icon16.png", "128": "assets\/icons\/icon128.png" }, "background": { "persistent": false, "scripts": [ "utility.js", "notifications.js", "background.js" ] }, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "contextMenus", "downloads", "management", "notifications", "storage", "tabs" ] } |