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文件
下載Click to open 3D擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |