React Performance Devtool

A devtool extension for inspecting the performance of React components.

Apa itu React Performance Devtool?

React Performance Devtool adalah ekstensi Chrome yang dikembangkan oleh tulswani19, dan fitur utamanya adalah "A devtool extension for inspecting the performance of React components.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi React Performance Devtool

Unduh file ekstensi React Performance Devtool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A Chrome devtool extension for inspecting performance of React components.                    

Informasi Dasar Ekstensi

Nama React Performance Devtool React Performance Devtool
ID fcombecpigkkfcbfaeikoeegkmkjfbfm
URL Resmi https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm
Deskripsi A devtool extension for inspecting the performance of React components.
Ukuran File 170 KB
Jumlah Instalasi 12,552
Versi Saat Ini 5.5
Terakhir Diperbarui 2018-08-30
Tanggal Publikasi 2018-08-30
Penilaian 3.36/5 Total 11 Penilaian
Pengembang tulswani19
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/nitin42/react-perf-devtool
URL Halaman Bantuan https://github.com/nitin42/react-perf-devtool/
Bahasa yang Didukung 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'"
}