PixiJS Devtools

Debug games and apps written with PixiJS

Co to jest PixiJS Devtools?

PixiJS Devtools to rozszerzenie Chrome opracowane przez Bob Fanger, a jego główną funkcją jest „Debug games and apps written with PixiJS”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PixiJS Devtools

Pobierz pliki rozszerzeń PixiJS Devtools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
Oficjalny URL https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Opis Debug games and apps written with PixiJS
Rozmiar pliku 78.01 KB
Liczba instalacji 13,407
Aktualna Wersja 2.7.0
Ostatnia Aktualizacja 2023-09-24
Data Publikacji 2020-05-07
Ocena 4.27/5 Łącznie 63 Oceny
Deweloper Bob Fanger
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/bfanger/pixi-inspector
Adres URL Strony Pomocy https://github.com/bfanger/pixi-inspector/issues
Obsługiwane Języki 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"
    }
}