Debugging smarty
A pleasant way to debug your smarty variables
什么是Debugging smarty?
Debugging smarty是由lemnis.martens开发的Chrome扩展程序,该扩展的主要功能是“A pleasant way to debug your smarty variables”。
下载Debugging smarty扩展crx文件
下载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": [
"*"
]
} | |