Catberry Debugger

Extends Chrome Developer Tools, adding panels that display information about Catberry components and more

ما هو Catberry Debugger؟

Catberry Debugger هو إضافة Chrome تم تطويرها بواسطة https://catberry.org، والميزة الرئيسية لها هي "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Catberry Debugger

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

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

                        Catberry Debugger extends Chrome Developer Tools: 
* adds a sidebar that displays information about Catberry-component associated with the selected DOM element;
* adds a panel that displays components, routes, stores data, the state and statistics.
More about Catberry framework http://catberry.org/                    

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

الاسم Catberry Debugger Catberry Debugger
ID kjodiadblphfedkaigibpfnklkpdmpfh
عنوان URL الرسمي https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh
الوصف Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
حجم الملف 455 KB
عدد التثبيتات 135
النسخة الحالية 1.0.0
آخر تحديث 2017-03-25
تاريخ النشر 2017-03-25
تقييم 4.75/5 مجموع تقييمات 4
المطور https://catberry.org
نوع الدفع free
موقع الإضافة https://github.com/catberry/catberry-debugger
عنوان صفحة المساعدة https://github.com/catberry/catberry-debugger/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "devtools_page": "sidebar\/index.html",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "manifest_version": 2
}