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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome devtool extension for inspecting performance of React components.
معلومات أساسية عن التمديد
الاسم | React Performance Devtool |
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 |
عنوان صفحة المساعدة | 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'" } |