React Performance Devtool

A devtool extension for inspecting the performance of React components.

Τι είναι το React Performance Devtool;

Το React Performance Devtool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tulswani19, και η κύρια λειτουργία του είναι "A devtool extension for inspecting the performance of React components.".

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

screenshot

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

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

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

                        A Chrome devtool extension for inspecting performance of React components.                    

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

Όνομα React Performance Devtool React Performance Devtool
ID fcombecpigkkfcbfaeikoeegkmkjfbfm
Επίσημο URL https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm
Περιγραφή A devtool extension for inspecting the performance of React components.
Μέγεθος Αρχείου 170 KB
Αριθμός Εγκαταστάσεων 12,552
Τρέχουσα Έκδοση 5.5
Τελευταία Ενημέρωση 2018-08-30
Ημερομηνία Δημοσίευσης 2018-08-30
Αξιολόγηση 3.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής tulswani19
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/nitin42/react-perf-devtool
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/nitin42/react-perf-devtool/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React Performance Devtool",
    "short_name": "react-perf-devtool",
    "description": "A devtool extension for inspecting the performance of React components.",
    "version": "5.5",
    "devtools_page": "devtools.html",
    "icons": {
        "16": ".\/icon\/RP16.png",
        "48": ".\/icon\/RP48.png",
        "128": ".\/icon\/RP128.png"
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}