Debugging smarty
A pleasant way to debug your smarty variables
Co to jest Debugging smarty?
Debugging smarty to rozszerzenie Chrome opracowane przez lemnis.martens, a jego główną funkcją jest „A pleasant way to debug your smarty variables”.
Pobierz plik CRX rozszerzenia Debugging smarty
Pobierz pliki rozszerzeń Debugging smarty w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | oplmjijgbeaeheghnnbifamblghannef |
| Oficjalny URL | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
| Opis | A pleasant way to debug your smarty variables |
| Rozmiar pliku | 84.4 KB |
| Liczba instalacji | 71 |
| Aktualna Wersja | 0.1 |
| Ostatnia Aktualizacja | 2015-01-01 |
| Data Publikacji | 2015-01-01 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | lemnis.martens |
| Typ Płatności | free |
| Obsługiwane Języki | 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": [
"*"
]
} | |