Redux Saga Dev Tools
Redux saga dev tools
Wat is Redux Saga Dev Tools?
Redux Saga Dev Tools is een Chrome-extensie ontwikkeld door abettadapur, en de belangrijkste functie is "Redux saga dev tools".
Extensie Screenshots
Download het CRX-bestand van de extensie Redux Saga Dev Tools
Download Redux Saga Dev Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extension which provides a debugger for Redux Saga (https://github.com/redux-saga/redux-saga) Contribute to the project at https://github.com/abettadapur/redux-saga-devtools-extension
Basisinformatie over de Extensie
Naam | Redux Saga Dev Tools |
ID | kclmpmjofefcpjlommdpokoccidafnbi |
Officiële URL | https://chromewebstore.google.com/detail/redux-saga-dev-tools/kclmpmjofefcpjlommdpokoccidafnbi |
Beschrijving | Redux saga dev tools |
Bestandsgrootte | 124 KB |
Aantal Installaties | 3,552 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2018-09-26 |
Publicatiedatum | 2018-09-26 |
Beoordeling | 2.71/5 Totaal 7 Beoordelingen |
Ontwikkelaar | abettadapur |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/abettadapur/redux-saga-devtools-extension |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redux Saga Dev Tools", "version": "0.0.6", "description": "Redux saga dev tools", "manifest_version": 2, "devtools_page": "devtools.html", "background": { "scripts": [ "js\/background.bundle.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |