Redux Saga Dev Tools
Redux saga dev tools
What is Redux Saga Dev Tools?
Redux Saga Dev Tools is a Chrome extension developed by abettadapur, and its main feature is "Redux saga dev tools".
Extension Screenshots
Download Redux Saga Dev Tools Extension CRX File
Download Redux Saga Dev Tools 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
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
Extension Basic Information
Name | Redux Saga Dev Tools |
ID | kclmpmjofefcpjlommdpokoccidafnbi |
Official URL | https://chromewebstore.google.com/detail/redux-saga-dev-tools/kclmpmjofefcpjlommdpokoccidafnbi |
Description | Redux saga dev tools |
File Size | 124 KB |
Installation Count | 3,552 |
Current Version | 0.0.6 |
Last Updated | 2018-09-26 |
Publish Date | 2018-09-26 |
Rating | 2.71/5 Total 7 Ratings |
Developer | abettadapur |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/abettadapur/redux-saga-devtools-extension |
Supported Languages | 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": [ " |