reactFLO

A dev tool that helps developers visualize the flow of state through their React app

Τι είναι το reactFLO;

Το reactFLO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον reactflo, και η κύρια λειτουργία του είναι "A dev tool that helps developers visualize the flow of state through their React app".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης reactFLO

Λήψη αρχείων επέκτασης reactFLO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        As React applications scale, tracking the flow of state and props can be difficult. 

reactFLO allows developers to see their component hierarchy tree and identify the flow of state and props through their application, as well as their relationship with other components that may hold those props.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα reactFLO reactFLO
ID dcfgjebpfnpkeanpdingcfgcdjbkplim
Επίσημο URL https://chromewebstore.google.com/detail/reactflo/dcfgjebpfnpkeanpdingcfgcdjbkplim
Περιγραφή A dev tool that helps developers visualize the flow of state through their React app
Μέγεθος Αρχείου 5.17 MB
Αριθμός Εγκαταστάσεων 30
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-05-31
Ημερομηνία Δημοσίευσης 2020-05-31
Προγραμματιστής reactflo
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reactFLO",
    "version": "1.0",
    "description": "A dev tool that helps developers visualize the flow of state through their React app",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.js",
        "main.js"
    ],
    "permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "reactflo16.png",
        "48": "reactflo48.png",
        "128": "reactflo128.png"
    },
    "manifest_version": 2
}