PlayBuild
A modern compiler, bundler and package manager for PlayCanvas that adds support for Modules, TypeScript JSX and more
PlayBuild क्या है?
PlayBuild Mark Lundin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A modern compiler, bundler and package manager for PlayCanvas that adds support for Modules, TypeScript JSX and more"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PlayBuild एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
PlayBuild is a in-editor compiler, bundler and package manager for the PlayCanvas editor that adds support for Javascript Modules, TypeScript JSX and all the usual features of modern web tooling. You can use js modules and npm libraries in your PlayCanvas projects and it supports all the regular features of a compiler such such as de-duping, minification and treeshaking and more. It also has preliminary support for JSX and TypeScript. See https://github.com/wearekuva/playbuild for more information
एक्सटेंशन की मूल जानकारी
नाम | PlayBuild |
ID | nehnoidafglmienfkfgghgokkccbpfap |
आधिकारिक URL | https://chromewebstore.google.com/detail/playbuild/nehnoidafglmienfkfgghgokkccbpfap |
विवरण | A modern compiler, bundler and package manager for PlayCanvas that adds support for Modules, TypeScript JSX and more |
फ़ाइल का आकार | 3.26 MB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2023-01-27 |
प्रकाशन तिथि | 2023-01-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Mark Lundin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/wearekuva/playbuild |
सहायता पृष्ठ URL | https://github.com/wearekuva/playbuild/issues |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlayBuild", "version": "0.0.4", "description": "A modern compiler, bundler and package manager for PlayCanvas that adds support for Modules, TypeScript JSX and more", "manifest_version": 3, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; default-src 'self'" }, "background": { "service_worker": "serviceworkers.js" }, "content_scripts": [ { "matches": [ "https:\/\/playcanvas.com\/editor\/scene\/*", "https:\/\/playcanvas.com\/editor\/code\/*" ], "run_at": "document_end", "js": [ "contentscripts.js" ] } ], "web_accessible_resources": [ { "resources": [ "ipcpm.js", "codeeditor\/editor.js", "codeeditor\/editor.css", "compiler.wasm" ], "matches": [ "https:\/\/playcanvas.com\/*" ] } ] } |