Click to open 3D
Opens 3D files in 3DView app from browser
Hvad er Click to open 3D?
Click to open 3D er en Chrome-udvidelse udviklet af https://shapequote.com/3DView, og dens hovedfunktion er "Opens 3D files in 3DView app from browser".
Udvidelsesskærmbilleder
Download Click to open 3D-udvidelses-CRX-fil
Download Click to open 3D-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | hjgibfcoeomknakfhedjmlkakgelnecf |
| Officiel URL | https://chromewebstore.google.com/detail/click-to-open-3d/hjgibfcoeomknakfhedjmlkakgelnecf |
| Beskrivelse | Opens 3D files in 3DView app from browser |
| Filstørrelse | 37.62 KB |
| Antal Installationer | 10,000 |
| Nuværende Version | 0.11.11 |
| Senest Opdateret | 2016-08-18 |
| Udgivelsesdato | 2016-08-18 |
| Bedømmelse | 3.38/5 Samlet 82 Bedømmelser |
| Udvikler | https://shapequote.com/3DView |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |