SproutCore Debug

Additional debugging tools for developing SproutCore applications.

ما هو SproutCore Debug؟

SproutCore Debug هو إضافة Chrome تم تطويرها بواسطة https://sproutcore.com، والميزة الرئيسية لها هي "Additional debugging tools for developing SproutCore applications.".

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

screenshot

تحميل ملف CRX للإضافة SproutCore Debug

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

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

                        Version 1.0
========

Using the elements inspector pane, you can easily access the selected element's SC.View counterpart using $0v and its parent view using $0pv.  

Once an SC.View's element is selected, you will find important information about the view in a new "SC.View Properties" sidebar panel.                    

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

الاسم SproutCore Debug SproutCore Debug
ID kdjpmpfkllnnjndcfoefebpajggihpni
عنوان URL الرسمي https://chromewebstore.google.com/detail/sproutcore-debug/kdjpmpfkllnnjndcfoefebpajggihpni
الوصف Additional debugging tools for developing SproutCore applications.
حجم الملف 29.21 KB
عدد التثبيتات 47
النسخة الحالية 1.0.2
آخر تحديث 2013-05-14
تاريخ النشر 2013-05-14
تقييم 5.00/5 مجموع تقييمات 2
المطور https://sproutcore.com
نوع الدفع free
موقع الإضافة https://github.com/sproutcore/add-ons
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SproutCore Debug",
    "description": "Additional debugging tools for developing SproutCore applications.",
    "version": "1.0.2",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}