Redux custom dev tool

Redux custom tool allow you to see all the dispatched actions

Wat is Redux custom dev tool?

Redux custom dev tool is een Chrome-extensie ontwikkeld door lorenzo.colarieti, en de belangrijkste functie is "Redux custom tool allow you to see all the dispatched actions".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Redux custom dev tool

Download Redux custom dev tool-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

                        Tracking the actions of Redux. Fast and reliable                    

Basisinformatie over de Extensie

Naam Redux custom dev tool Redux custom dev tool
ID midmaifgncfeiihmbnlhhahcmjgincko
Officiële URL https://chromewebstore.google.com/detail/redux-custom-dev-tool/midmaifgncfeiihmbnlhhahcmjgincko
Beschrijving Redux custom tool allow you to see all the dispatched actions
Bestandsgrootte 1.16 MB
Aantal Installaties 141
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-03-30
Publicatiedatum 2022-03-29
Ontwikkelaar lorenzo.colarieti
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redux custom dev tool",
    "description": "Redux custom tool allow you to see all the dispatched actions",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}