Debugging smarty

A pleasant way to debug your smarty variables

What is Debugging smarty?

Debugging smarty is a Chrome extension developed by lemnis.martens, and its main feature is "A pleasant way to debug your smarty variables".

Download Debugging smarty Extension CRX File

Download Debugging smarty extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
Official URL https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
Description A pleasant way to debug your smarty variables
File Size 84.4 KB
Installation Count 71
Current Version 0.1
Last Updated 2015-01-01
Publish Date 2015-01-01
Rating 1.00/5 Total 1 Ratings
Developer lemnis.martens
Payment Type free
Supported Languages 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": [
        "*"
    ]
}