Debugging smarty

A pleasant way to debug your smarty variables

ما هو Debugging smarty؟

Debugging smarty هو إضافة Chrome تم تطويرها بواسطة lemnis.martens، والميزة الرئيسية لها هي "A pleasant way to debug your smarty variables".

تحميل ملف CRX للإضافة Debugging smarty

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

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

                                            

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

الاسم Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
الوصف A pleasant way to debug your smarty variables
حجم الملف 84.4 KB
عدد التثبيتات 71
النسخة الحالية 0.1
آخر تحديث 2015-01-01
تاريخ النشر 2015-01-01
تقييم 1.00/5 مجموع تقييمات 1
المطور lemnis.martens
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debugging smarty",
    "version": "0.1",
    "description": "A pleasant way to debug your smarty variables",
    "devtools_page": "openPanel.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}