React Performance Devtool

A devtool extension for inspecting the performance of React components.

Cos'è React Performance Devtool?

React Performance Devtool è un'estensione di Chrome sviluppata da tulswani19, e la sua funzione principale è "A devtool extension for inspecting the performance of React components.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione React Performance Devtool

Scarica i file di estensione React Performance Devtool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A Chrome devtool extension for inspecting performance of React components.                    

Informazioni di Base sull'Estensione

Nome React Performance Devtool React Performance Devtool
ID fcombecpigkkfcbfaeikoeegkmkjfbfm
URL Ufficiale https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm
Descrizione A devtool extension for inspecting the performance of React components.
Dimensione del File 170 KB
Conteggio Installazioni 12,552
Versione Corrente 5.5
Ultimo Aggiornamento 2018-08-30
Data di Pubblicazione 2018-08-30
Valutazione 3.36/5 Totale 11 Valutazioni
Sviluppatore tulswani19
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/nitin42/react-perf-devtool
URL della Pagina di Aiuto https://github.com/nitin42/react-perf-devtool/
Lingue Supportate 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'"
}