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/
拡張機能の基本情報
名前 | Catberry Debugger |
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 } |