Debugging smarty
A pleasant way to debug your smarty variables
Cos'è Debugging smarty?
Debugging smarty è un'estensione di Chrome sviluppata da lemnis.martens, e la sua funzione principale è "A pleasant way to debug your smarty variables".
Scarica il file CRX dell'estensione Debugging smarty
Scarica i file di estensione Debugging smarty in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | oplmjijgbeaeheghnnbifamblghannef |
URL Ufficiale | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
Descrizione | A pleasant way to debug your smarty variables |
Dimensione del File | 84.4 KB |
Conteggio Installazioni | 71 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-01-01 |
Data di Pubblicazione | 2015-01-01 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | lemnis.martens |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ "*" ] } |