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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة React Fiberline
قم بتنزيل ملفات الامتداد React Fiberline بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
React Fiberline is a visualizer to help illustrate the inner workings of the new React Fiber Architecture.
معلومات أساسية عن التمديد
الاسم | 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'" } |