Catberry Debugger
Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
什么是Catberry Debugger?
Catberry Debugger是由https://catberry.org开发的Chrome扩展程序,该扩展的主要功能是“Extends Chrome Developer Tools, adding panels that display information about Catberry components and more”。
扩展截图
下载Catberry Debugger扩展crx文件
下载Catberry Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Catberry Debugger extends Chrome Developer Tools:
* adds a sidebar that displays information about Catberry-component associated with the selected DOM element;
* adds a panel that displays components, routes, stores data, the state and statistics.
More about Catberry framework http://catberry.org/ 扩展基本信息
| 名称 | |
| ID | kjodiadblphfedkaigibpfnklkpdmpfh |
| 官方URL | https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh |
| 简介 | Extends Chrome Developer Tools, adding panels that display information about Catberry components and more |
| 文件大小 | 455 KB |
| 安装次数 | 135 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-03-25 |
| 上架时间 | 2017-03-25 |
| 评分 | 4.75/5 共4次评分 |
| 开发者 | https://catberry.org |
| 付费类型 | free |
| 扩展官网 | https://github.com/catberry/catberry-debugger |
| 帮助页面URL | https://github.com/catberry/catberry-debugger/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"version": "1.0.0",
"description": "__MSG_extDescription__",
"devtools_page": "sidebar\/index.html",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"manifest_version": 2
} | |