Debugging smarty
A pleasant way to debug your smarty variables
Что такое Debugging smarty?
Debugging smarty - это расширение Chrome, разработанное lemnis.martens, и его основная функция - "A pleasant way to debug your smarty variables".
Скачать файл CRX расширения Debugging smarty
Скачайте файлы расширений Debugging smarty в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
| Название | |
| ID | oplmjijgbeaeheghnnbifamblghannef |
| Официальный URL | https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef |
| Описание | A pleasant way to debug your smarty variables |
| Размер файла | 84.4 KB |
| Количество установок | 71 |
| Текущая Версия | 0.1 |
| Последнее Обновление | 2015-01-01 |
| Дата публикации | 2015-01-01 |
| Рейтинг | 1.00/5 Всего 1 оценок |
| Разработчик | lemnis.martens |
| Тип оплаты | free |
| Поддерживаемые языки | 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": [
"*"
]
} | |