PixiJS Devtools

Debug games and apps written with PixiJS

Co je PixiJS Devtools?

PixiJS Devtools je rozšíření Chrome vyvinuté Bob Fanger, a jeho hlavní funkcí je „Debug games and apps written with PixiJS“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PixiJS Devtools

Stáhněte si soubory rozšíření PixiJS Devtools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
Oficiální URL https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Popis Debug games and apps written with PixiJS
Velikost souboru 78.01 KB
Počet instalací 13,407
Aktuální Verze 2.7.0
Poslední Aktualizace 2023-09-24
Datum Vydání 2020-05-07
Hodnocení 4.27/5 Celkem 63 Hodnocení
Vývojář Bob Fanger
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/bfanger/pixi-inspector
URL Stránky Nápovědy https://github.com/bfanger/pixi-inspector/issues
Podporované Jazyky 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"
    }
}