React Fiberline

A devtool extension for inspecting the performance of React components.

Co to jest React Fiberline?

React Fiberline to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A devtool extension for inspecting the performance of React components.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia React Fiberline

Pobierz pliki rozszerzeń React Fiberline w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa React Fiberline React Fiberline
ID ghgjnfokjgenlpnjcobcnelemicbhbbb
Oficjalny URL https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb
Opis A devtool extension for inspecting the performance of React components.
Rozmiar pliku 211 KB
Liczba instalacji 20
Aktualna Wersja 4
Ostatnia Aktualizacja 2018-04-09
Data Publikacji 2018-04-09
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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'"
}