React Hook Form Developer Tools
React Hook Form developer tools to help debug forms with validation.
Was ist React Hook Form Developer Tools?
React Hook Form Developer Tools ist eine Chrome-Erweiterung, die von bluebill1049 entwickelt wurde, und ihr Hauptmerkmal ist "React Hook Form developer tools to help debug forms with validation.".
Erweiterungsscreenshots
React Hook Form Developer Tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie React Hook Form Developer Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
React Hook Form Developer Tools is a Chrome DevTools extension for the open-source React Hook Form library. It allows you to debug and inspect your form application state within the chrome developer tools.
Grundlegende Informationen zur Erweiterung
Name | React Hook Form Developer Tools |
ID | cangfmbpembbepmmechnanpmddndpaji |
Offizielle URL | https://chromewebstore.google.com/detail/react-hook-form-developer/cangfmbpembbepmmechnanpmddndpaji |
Beschreibung | React Hook Form developer tools to help debug forms with validation. |
Dateigröße | 117 KB |
Installationsanzahl | 3,209 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2022-08-11 |
Veröffentlichungsdatum | 2022-08-11 |
Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
Entwickler | bluebill1049 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://react-hook-form.com/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "React Hook Form Developer Tools", "version": "0.1.1", "description": "React Hook Form developer tools to help debug forms with validation.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16-gray.png", "32": "images\/icon32-gray.png", "48": "images\/icon48-gray.png", "128": "images\/icon128-gray.png" }, "default_popup": "popup.html" }, "devtools_page": "index.html", "content_scripts": [ { "matches": [ " |