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 |
公式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" ] } |