React Fiberline

A devtool extension for inspecting the performance of React components.

Что такое React Fiberline?

React Fiberline - это расширение Chrome, разработанное Unknown, и его основная функция - "A devtool extension for inspecting the performance of React components.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения React Fiberline

Скачайте файлы расширений React Fiberline в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название React Fiberline React Fiberline
ID ghgjnfokjgenlpnjcobcnelemicbhbbb
Официальный URL https://chromewebstore.google.com/detail/react-fiberline/ghgjnfokjgenlpnjcobcnelemicbhbbb
Описание A devtool extension for inspecting the performance of React components.
Размер файла 211 KB
Количество установок 20
Текущая Версия 4
Последнее Обновление 2018-04-09
Дата публикации 2018-04-09
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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'"
}