PixiJS Devtools
Debug games and apps written with PixiJS
PixiJS Devtools क्या है?
PixiJS Devtools Bob Fanger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Debug games and apps written with PixiJS"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PixiJS Devtools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Unofficial PixiJS chrome extension. Features: * Show the scene graph * View and edit properties * Double-click in the outliner to console.log a node * Outline the active node in the viewport. * The active node is available in the developer console as `$pixi` * Right-click in the viewport to activate a node
एक्सटेंशन की मूल जानकारी
नाम | PixiJS Devtools |
ID | aamddddknhcagpehecnhphigffljadon |
आधिकारिक URL | https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon |
विवरण | Debug games and apps written with PixiJS |
फ़ाइल का आकार | 78.01 KB |
स्थापना संख्या | 13,407 |
वर्तमान संस्करण | 2.7.0 |
अंतिम अपडेट | 2023-09-24 |
प्रकाशन तिथि | 2020-05-07 |
रेटिंग | 4.27/5 कुल 63 रेटिंग्स |
डेवलपर | Bob Fanger |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bfanger/pixi-inspector |
सहायता पृष्ठ URL | https://github.com/bfanger/pixi-inspector/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PixiJS Devtools", "description": "Debug games and apps written with PixiJS", "version": "2.7.0", "devtools_page": "pixi-devtools.html", "icons": { "16": "icon.png", "48": "icon.png" } } |