PixiJS Devtools

Debug games and apps written with PixiJS

Hvad er PixiJS Devtools?

PixiJS Devtools er en Chrome-udvidelse udviklet af Bob Fanger, og dens hovedfunktion er "Debug games and apps written with PixiJS".

Udvidelsesskærmbilleder

screenshot

Download PixiJS Devtools-udvidelses-CRX-fil

Download PixiJS Devtools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
Officiel URL https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Beskrivelse Debug games and apps written with PixiJS
Filstørrelse 78.01 KB
Antal Installationer 13,407
Nuværende Version 2.7.0
Senest Opdateret 2023-09-24
Udgivelsesdato 2020-05-07
Bedømmelse 4.27/5 Samlet 63 Bedømmelser
Udvikler Bob Fanger
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/bfanger/pixi-inspector
Hjælpeside-URL https://github.com/bfanger/pixi-inspector/issues
Understøttede Sprog 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"
    }
}