Debugging smarty
A pleasant way to debug your smarty variables
Co je Debugging smarty?
Debugging smarty je rozšíření Chrome vyvinuté lemnis.martens, a jeho hlavní funkcí je „A pleasant way to debug your smarty variables“.
Stáhnout soubor CRX rozšíření Debugging smarty
Stáhněte si soubory rozšíření Debugging smarty ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | oplmjijgbeaeheghnnbifamblghannef |
Oficiální URL | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
Popis | A pleasant way to debug your smarty variables |
Velikost souboru | 84.4 KB |
Počet instalací | 71 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2015-01-01 |
Datum Vydání | 2015-01-01 |
Hodnocení | 1.00/5 Celkem 1 Hodnocení |
Vývojář | lemnis.martens |
Typ Platby | free |
Podporované Jazyky | 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": [ "*" ] } |