Cocos Creator Devtool
Chrome and DevTools extension for debugging Cocos Creator games
ما هو Cocos Creator Devtool؟
Cocos Creator Devtool هو إضافة Chrome تم تطويرها بواسطة Aztack، والميزة الرئيسية لها هي "Chrome and DevTools extension for debugging Cocos Creator games".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cocos Creator Devtool
قم بتنزيل ملفات الامتداد Cocos Creator Devtool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can inspect the game internal node structure and modify some properties of the node with this extension.
معلومات أساسية عن التمديد
الاسم | Cocos Creator Devtool |
ID | cnmkiolbnmjlhdkabcgobbgdomhhdnho |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cocos-creator-devtool/cnmkiolbnmjlhdkabcgobbgdomhhdnho |
الوصف | Chrome and DevTools extension for debugging Cocos Creator games |
حجم الملف | 324 KB |
عدد التثبيتات | 2,429 |
النسخة الحالية | 1.0.5 |
آخر تحديث | 2019-06-21 |
تاريخ النشر | 2019-06-21 |
تقييم | 3.60/5 مجموع تقييمات 15 |
المطور | Aztack |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/lingobus/cocos-creator-devtool |
عنوان صفحة المساعدة | https://github.com/lingobus/cocos-creator-devtool/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cocos Creator Devtool", "version": "1.0.5", "description": "Chrome and DevTools extension for debugging Cocos Creator games", "manifest_version": 2, "browser_action": { "default_title": "Cocos Creator Devtool", "default_icon": "img\/48.png", "default_popup": "html\/popup-not-found.html" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "devtools_page": "html\/devtool.html", "content_scripts": [ { "matches": [ " |