Panel Components
Shows debug info and internal state for Panel components
What is Panel Components?
Panel Components is a Chrome extension developed by Unknown, and its main feature is "Shows debug info and internal state for Panel components".
Extension Screenshots
Download Panel Components Extension CRX File
Download Panel Components 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
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.
Extension Basic Information
Name | Panel Components |
ID | mooaaejpdfdebnddpokcdimcobepahlg |
Official URL | https://chromewebstore.google.com/detail/panel-components/mooaaejpdfdebnddpokcdimcobepahlg |
Description | Shows debug info and internal state for Panel components |
File Size | 14.09 KB |
Installation Count | 67 |
Current Version | 1.9 |
Last Updated | 2019-05-28 |
Publish Date | 2019-05-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://github.com/mixpanel/panel |
Supported Languages | 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" } } |