Teaful DevTools
Teaful DevTools is for debugging application's state changes using Teaful as React state management
Cos'è Teaful DevTools?
Teaful DevTools è un'estensione di Chrome sviluppata da Aral Roca, e la sua funzione principale è "Teaful DevTools is for debugging application's state changes using Teaful as React state management".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Teaful DevTools
Scarica i file di estensione Teaful DevTools 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
Debug the Teaful stores using Teaful DevTools. Teaful is a tiny, easy and powerful React state management
Historial of changes:
- What and where changed (diff)
- Who, how and why changed (stack trace)
- Add a store modification from Teaful Devtools and see how the UI reacts. Informazioni di Base sull'Estensione
| Nome | |
| ID | lficdnnjoackdnaddfcgllmjdocofadc |
| URL Ufficiale | https://chromewebstore.google.com/detail/teaful-devtools/lficdnnjoackdnaddfcgllmjdocofadc |
| Descrizione | Teaful DevTools is for debugging application's state changes using Teaful as React state management |
| Dimensione del File | 624 KB |
| Conteggio Installazioni | 28 |
| Versione Corrente | 0.1.0 |
| Ultimo Aggiornamento | 2021-12-02 |
| Data di Pubblicazione | 2021-12-01 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Aral Roca |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/teafuljs/teaful-devtools |
| URL della Pagina di Aiuto | https://github.com/teafuljs/teaful-devtools |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.0",
"author": "Aral Roca",
"name": "Teaful DevTools",
"short_name": "Teaful DevTools",
"description": "Teaful DevTools is for debugging application's state changes using Teaful as React state management",
"homepage_url": "https:\/\/github.com\/teafuljs\/teaful-devtools",
"manifest_version": 2,
"icons": {
"16": "img\/logo_16x16.png",
"48": "img\/logo_48x48.png",
"128": "img\/logo_128x128.png"
},
"devtools_page": "devtools.html",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
" | |