PixiJS Devtools

Debug games and apps written with PixiJS

ما هو PixiJS Devtools؟

PixiJS Devtools هو إضافة Chrome تم تطويرها بواسطة Bob Fanger، والميزة الرئيسية لها هي "Debug games and apps written with PixiJS".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PixiJS Devtools

قم بتنزيل ملفات الامتداد PixiJS Devtools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم PixiJS Devtools PixiJS Devtools
ID aamddddknhcagpehecnhphigffljadon
عنوان URL الرسمي https://chromewebstore.google.com/detail/pixijs-devtools/aamddddknhcagpehecnhphigffljadon
الوصف Debug games and apps written with PixiJS
حجم الملف 78.01 KB
عدد التثبيتات 13,407
النسخة الحالية 2.7.0
آخر تحديث 2023-09-24
تاريخ النشر 2020-05-07
تقييم 4.27/5 مجموع تقييمات 63
المطور Bob Fanger
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bfanger/pixi-inspector
عنوان صفحة المساعدة https://github.com/bfanger/pixi-inspector/issues
اللغات المدعومة 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"
    }
}