Debugging smarty
A pleasant way to debug your smarty variables
Wat is Debugging smarty?
Debugging smarty is een Chrome-extensie ontwikkeld door lemnis.martens, en de belangrijkste functie is "A pleasant way to debug your smarty variables".
Download het CRX-bestand van de extensie Debugging smarty
Download Debugging smarty-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | oplmjijgbeaeheghnnbifamblghannef |
Officiële URL | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
Beschrijving | A pleasant way to debug your smarty variables |
Bestandsgrootte | 84.4 KB |
Aantal Installaties | 71 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2015-01-01 |
Publicatiedatum | 2015-01-01 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | lemnis.martens |
Betalingswijze | free |
Ondersteunde Talen | 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": [ "*" ] } |