React Performance Devtool
A devtool extension for inspecting the performance of React components.
Что такое React Performance Devtool?
React Performance Devtool - это расширение Chrome, разработанное tulswani19, и его основная функция - "A devtool extension for inspecting the performance of React components.".
Снимки экрана расширения
Скачать файл CRX расширения React Performance Devtool
Скачайте файлы расширений React Performance Devtool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A Chrome devtool extension for inspecting performance of React components. Основная информация о расширении
| Название | |
| ID | fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Официальный URL | https://chromewebstore.google.com/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm |
| Описание | A devtool extension for inspecting the performance of React components. |
| Размер файла | 170 KB |
| Количество установок | 12,552 |
| Текущая Версия | 5.5 |
| Последнее Обновление | 2018-08-30 |
| Дата публикации | 2018-08-30 |
| Рейтинг | 3.36/5 Всего 11 оценок |
| Разработчик | tulswani19 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/nitin42/react-perf-devtool |
| URL страницы помощи | https://github.com/nitin42/react-perf-devtool/ |
| Поддерживаемые языки | 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'"
} | |