Teaful DevTools
Teaful DevTools is for debugging application's state changes using Teaful as React state management
What is Teaful DevTools?
Teaful DevTools is a Chrome extension developed by Aral Roca, and its main feature is "Teaful DevTools is for debugging application's state changes using Teaful as React state management".
Extension Screenshots
Download Teaful DevTools Extension CRX File
Download Teaful DevTools 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
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.
Extension Basic Information
Name | Teaful DevTools |
ID | lficdnnjoackdnaddfcgllmjdocofadc |
Official URL | https://chromewebstore.google.com/detail/teaful-devtools/lficdnnjoackdnaddfcgllmjdocofadc |
Description | Teaful DevTools is for debugging application's state changes using Teaful as React state management |
File Size | 624 KB |
Installation Count | 28 |
Current Version | 0.1.0 |
Last Updated | 2021-12-02 |
Publish Date | 2021-12-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aral Roca |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/teafuljs/teaful-devtools |
Help Page URL | https://github.com/teafuljs/teaful-devtools |
Supported Languages | 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": [ " |