Catberry Debugger
Extends Chrome Developer Tools, adding panels that display information about Catberry components and more
What is Catberry Debugger?
Catberry Debugger is a Chrome extension developed by https://catberry.org, and its main feature is "Extends Chrome Developer Tools, adding panels that display information about Catberry components and more".
Extension Screenshots
Download Catberry Debugger Extension CRX File
Download Catberry Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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/
Extension Basic Information
Name | Catberry Debugger |
ID | kjodiadblphfedkaigibpfnklkpdmpfh |
Official URL | https://chromewebstore.google.com/detail/catberry-debugger/kjodiadblphfedkaigibpfnklkpdmpfh |
Description | Extends Chrome Developer Tools, adding panels that display information about Catberry components and more |
File Size | 455 KB |
Installation Count | 135 |
Current Version | 1.0.0 |
Last Updated | 2017-03-25 |
Publish Date | 2017-03-25 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://catberry.org |
Payment Type | free |
Extension Website | https://github.com/catberry/catberry-debugger |
Help Page URL | https://github.com/catberry/catberry-debugger/issues |
Supported Languages | 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 } |