PixiJS Devtools

Debug games and apps written with PixiJS

Vad är PixiJS Devtools?

PixiJS Devtools är en Chrome-tillägg utvecklad av Bob Fanger, och dess huvudfunktion är "Debug games and apps written with PixiJS".

Tilläggsskärmbilder

screenshot

Ladda ner PixiJS Devtools-förlängningens CRX-fil

Ladda ner PixiJS Devtools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
Officiell webbadress https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Beskrivning Debug games and apps written with PixiJS
Filstorlek 78.01 KB
Antal Installationer 13,407
Aktuell Version 2.7.0
Senast Uppdaterad 2023-09-24
Publiceringsdatum 2020-05-07
Betyg 4.27/5 Totalt 63 Betyg
Utvecklare Bob Fanger
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/bfanger/pixi-inspector
Hjälpsida URL https://github.com/bfanger/pixi-inspector/issues
Stödda Språk 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"
    }
}