Debugging smarty

A pleasant way to debug your smarty variables

Apa itu Debugging smarty?

Debugging smarty adalah ekstensi Chrome yang dikembangkan oleh lemnis.martens, dan fitur utamanya adalah "A pleasant way to debug your smarty variables".

Unduh Berkas CRX Ekstensi Debugging smarty

Unduh file ekstensi Debugging smarty dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
URL Resmi https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
Deskripsi A pleasant way to debug your smarty variables
Ukuran File 84.4 KB
Jumlah Instalasi 71
Versi Saat Ini 0.1
Terakhir Diperbarui 2015-01-01
Tanggal Publikasi 2015-01-01
Penilaian 1.00/5 Total 1 Penilaian
Pengembang lemnis.martens
Tipe Pembayaran free
Bahasa yang Didukung 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": [
        "*"
    ]
}