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 | 
| 官方網址 | 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
}  |  |