React Stores Devtools Extension
Better experience for debug your react stores with chrome devtools extension
Vad är React Stores Devtools Extension?
React Stores Devtools Extension är en Chrome-tillägg utvecklad av konstantin24121, och dess huvudfunktion är "Better experience for debug your react stores with chrome devtools extension".
Tilläggsskärmbilder
Ladda ner React Stores Devtools Extension-förlängningens CRX-fil
Ladda ner React Stores Devtools Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Debug your react stores with chrome devtools extension. - 🔍 Inspect stores current state - 📜 Check store history step-by-step - 🔬 Compare diff between states - 📨 Dispatch state directly from devtools - 🍔 Clickable stack trace for history and listners - 🚀 Use in production build - 📦 Works with isolated stores - 🎨 Familiar native chrome themes
Grundläggande Information om Tillägg
Namn | React Stores Devtools Extension |
ID | jofikieipejiceaccabdhlbedbfhogkm |
Officiell webbadress | https://chromewebstore.google.com/detail/react-stores-devtools-ext/jofikieipejiceaccabdhlbedbfhogkm |
Beskrivning | Better experience for debug your react stores with chrome devtools extension |
Filstorlek | 716 KB |
Antal Installationer | 1,897 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-03-05 |
Publiceringsdatum | 2020-03-04 |
Utvecklare | konstantin24121 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://ibitcy.github.io/react-stores/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "React Stores Devtools Extension", "version": "1.0.0", "description": "Better experience for debug your react stores with chrome devtools extension", "short_name": "React Stores Inspector", "devtools_page": "main.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |