Panel Components
Shows debug info and internal state for Panel components
什麼是Panel Components?
Panel Components是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Shows debug info and internal state for Panel components”。
擴展截圖
下載Panel Components擴展crx文件
下載Panel Components擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Panel state shows https://github.com/mixpanel/panel component's state in Elements DevTools tab besides styles and properties User can edit the state and move mouse over page to apply the update. User can re-select an element to fetch the latest state.
擴展基本資訊
名稱 | Panel Components |
ID | mooaaejpdfdebnddpokcdimcobepahlg |
官方網址 | https://chromewebstore.google.com/detail/panel-components/mooaaejpdfdebnddpokcdimcobepahlg |
簡介 | Shows debug info and internal state for Panel components |
檔案大小 | 14.09 KB |
安裝次數 | 67 |
目前版本 | 1.9 |
更新時間 | 2019-05-28 |
上架時間 | 2019-05-28 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | http://github.com/mixpanel/panel |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9", "manifest_version": 2, "name": "Panel Components", "description": "Shows debug info and internal state for Panel components", "devtools_page": "devtools.html", "author": "[email protected]", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |