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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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": [
        "*"
    ]
}