Grid Engine DevTools

DevTools for the Phaser Grid Engine plugin

ما هو Grid Engine DevTools؟

Grid Engine DevTools هو إضافة Chrome تم تطويرها بواسطة zewa666، والميزة الرئيسية لها هي "DevTools for the Phaser Grid Engine plugin".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Grid Engine DevTools

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

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

                        A Chrome DevTools extension that adds debugging helpers for the Phaser3 Grid Engine Plugin. All sources can be found at https://github.com/zewa666/grid-engine-devtools

When creating your scene, make sure to expose your gridEngine instance via window.__GRID_ENGINE__.                    

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

الاسم Grid Engine DevTools Grid Engine DevTools
ID moplhbafnakhjjehlmpedbmbomcmgope
عنوان URL الرسمي https://chromewebstore.google.com/detail/grid-engine-devtools/moplhbafnakhjjehlmpedbmbomcmgope
الوصف DevTools for the Phaser Grid Engine plugin
حجم الملف 93.78 KB
عدد التثبيتات 73
النسخة الحالية 0.0.3
آخر تحديث 2022-04-13
تاريخ النشر 2022-04-04
تقييم 5.00/5 مجموع تقييمات 1
المطور zewa666
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/zewa666/grid-engine-devtools
عنوان صفحة المساعدة https://github.com/zewa666/grid-engine-devtools/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Grid Engine DevTools",
    "version": "0.0.3",
    "description": "DevTools for the Phaser Grid Engine plugin",
    "author": "Vildan Softic (zewa666)",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}