Panel Components
Shows debug info and internal state for Panel components
Cos'è Panel Components?
Panel Components è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Shows debug info and internal state for Panel components".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Panel Components
Scarica i file di estensione Panel Components in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Panel Components |
ID | mooaaejpdfdebnddpokcdimcobepahlg |
URL Ufficiale | https://chromewebstore.google.com/detail/panel-components/mooaaejpdfdebnddpokcdimcobepahlg |
Descrizione | Shows debug info and internal state for Panel components |
Dimensione del File | 14.09 KB |
Conteggio Installazioni | 67 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2019-05-28 |
Data di Pubblicazione | 2019-05-28 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/mixpanel/panel |
Lingue Supportate | 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" } } |