Three.js Editor Extension
Three.js editor extension
Three.js Editor Extension क्या है?
Three.js Editor Extension https://www.clicktorelease.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Three.js editor extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Three.js Editor Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A Chrome DevTools extension to manage any three.js project.
एक्सटेंशन की मूल जानकारी
नाम | Three.js Editor Extension |
ID | fbgbekpggeldiacgjkacbkkcbjhmakea |
आधिकारिक URL | https://chromewebstore.google.com/detail/threejs-editor-extension/fbgbekpggeldiacgjkacbkkcbjhmakea |
विवरण | Three.js editor extension |
फ़ाइल का आकार | 42.85 KB |
स्थापना संख्या | 4,028 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2015-07-23 |
प्रकाशन तिथि | 2015-07-23 |
रेटिंग | 2.70/5 कुल 20 रेटिंग्स |
डेवलपर | https://www.clicktorelease.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/spite/ThreeJSEditorExtension |
सहायता पृष्ठ URL | https://github.com/spite/ThreeJSEditorExtension/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Three.js Editor Extension", "version": "1.0.0", "minimum_chrome_version": "10.0", "devtools_page": "devtools.html", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "description": "Three.js editor extension", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |