React Fiberline

A devtool extension for inspecting the performance of React components.

Apa itu React Fiberline?

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

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi React Fiberline

Unduh file ekstensi React Fiberline 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

                        React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture.                    

Informasi Dasar Ekstensi

Nama React Fiberline React Fiberline
ID ghgjnfokjgenlpnjcobcnelemicbhbbb
URL Resmi https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb
Deskripsi A devtool extension for inspecting the performance of React components.
Ukuran File 211 KB
Jumlah Instalasi 20
Versi Saat Ini 4
Terakhir Diperbarui 2018-04-09
Tanggal Publikasi 2018-04-09
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React Fiberline",
    "short_name": "react-fiberline",
    "description": "A devtool extension for inspecting the performance of React components.",
    "version": "4",
    "devtools_page": "devtools.html",
    "icons": {
        "128": ".\/icon\/fiberline.jpg"
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}