Debugging smarty
A pleasant way to debug your smarty variables
Vad är Debugging smarty?
Debugging smarty är en Chrome-tillägg utvecklad av lemnis.martens, och dess huvudfunktion är "A pleasant way to debug your smarty variables".
Ladda ner Debugging smarty-förlängningens CRX-fil
Ladda ner Debugging smarty-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | oplmjijgbeaeheghnnbifamblghannef |
Officiell webbadress | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
Beskrivning | A pleasant way to debug your smarty variables |
Filstorlek | 84.4 KB |
Antal Installationer | 71 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2015-01-01 |
Publiceringsdatum | 2015-01-01 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | lemnis.martens |
Betalningssätt | free |
Stödda Språk | 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": [ "*" ] } |