Debugging smarty

A pleasant way to debug your smarty variables

Was ist Debugging smarty?

Debugging smarty ist eine Chrome-Erweiterung, die von lemnis.martens entwickelt wurde, und ihr Hauptmerkmal ist "A pleasant way to debug your smarty variables".

Debugging smarty-Erweiterungs-CRX-Datei herunterladen

Laden Sie Debugging smarty-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
Offizielle URL https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
Beschreibung A pleasant way to debug your smarty variables
Dateigröße 84.4 KB
Installationsanzahl 71
Aktuelle Version 0.1
Letztes Update 2015-01-01
Veröffentlichungsdatum 2015-01-01
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler lemnis.martens
Zahlungsart free
Unterstützte Sprachen 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": [
        "*"
    ]
}