PixiJS Devtools
Debug games and apps written with PixiJS
PixiJS Devtoolsคืออะไร?
PixiJS Devtools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bob Fanger และคุณลักษณะหลักของมันคือ "Debug games and apps written with PixiJS"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixiJS Devtools
ดาวน์โหลดไฟล์ส่วนขยาย PixiJS Devtools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 |
URL หน้าช่วยเหลือ | 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" } } |