PixiJS Devtools

Debug games and apps written with PixiJS

Apa itu PixiJS Devtools?

PixiJS Devtools adalah ekstensi Chrome yang dikembangkan oleh Bob Fanger, dan fitur utamanya adalah "Debug games and apps written with PixiJS".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PixiJS Devtools

Unduh file ekstensi PixiJS Devtools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
URL Resmi https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
Deskripsi Debug games and apps written with PixiJS
Ukuran File 78.01 KB
Jumlah Instalasi 13,407
Versi Saat Ini 2.7.0
Terakhir Diperbarui 2023-09-24
Tanggal Publikasi 2020-05-07
Penilaian 4.27/5 Total 63 Penilaian
Pengembang Bob Fanger
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/bfanger/pixi-inspector
URL Halaman Bantuan https://github.com/bfanger/pixi-inspector/issues
Bahasa yang Didukung 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"
    }
}