Debugging smarty

A pleasant way to debug your smarty variables

O que é Debugging smarty?

Debugging smarty é uma extensão do Chrome desenvolvida por lemnis.martens, e sua principal característica é "A pleasant way to debug your smarty variables".

Baixar o arquivo CRX da Extensão Debugging smarty

Baixe arquivos de extensão Debugging smarty no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Debugging smarty Debugging smarty
ID oplmjijgbeaeheghnnbifamblghannef
URL Oficial https://chrome.google.com/webstore/detail/debugging-smarty/oplmjijgbeaeheghnnbifamblghannef
Descrição A pleasant way to debug your smarty variables
Tamanho do Arquivo 84.4 KB
Contagem de Instalações 71
Versão Atual 0.1
Última Atualização 2015-01-01
Data de Publicação 2015-01-01
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor lemnis.martens
Tipo de Pagamento free
Idiomas Suportados 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": [
        "*"
    ]
}