Click to open 3D
Opens 3D files in 3DView app from browser
Click to open 3D क्या है?
Click to open 3D https://shapequote.com/3DView द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens 3D files in 3DView app from browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Click to open 3D एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |