React Fiberline
A devtool extension for inspecting the performance of React components.
React Fiberline क्या है?
React Fiberline Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A devtool extension for inspecting the performance of React components."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में React Fiberline एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } |