React Inspector
The Inspector launch with Ctrl+Shift+X (Command+Shift+X on Mac). You can detect and open the React component source code easily.
Co to jest React Inspector?
React Inspector to rozszerzenie Chrome opracowane przez hand-dot, a jego główną funkcją jest „The Inspector launch with Ctrl+Shift+X (Command+Shift+X on Mac). You can detect and open the React component source code easily.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia React Inspector
Pobierz pliki rozszerzeń React Inspector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Easily detect React components source code from Chrome! ■Requirements ・Installed React Developer Tools ・Works only with development builds. ・Source code must be stored on local disk ■How it works The React Inspector accesses the __REACT_DEVTOOLS_GLOBAL_HOOK__ set globally by the React Devtools and finds the React Fiber in the HTML element that the inspector hovered over. The React Fiber contains information about the source code that will be added during development, so we use that information to open the editor. Detail: https://dev.to/handdot/published-chrome-extension-for-streamlined-react-development-23b ■Options It is possible to change the 'Open in Editor URL' from the extension's options page so that you can open it in an editor other than VSCode. ■Source Code This extension is Open source. so you can access from https://github.com/hand-dot/react-inspector. If you find a bug, please report it via Github!
Podstawowe informacje o rozszerzeniu
Nazwa | React Inspector |
ID | gkkcgbepkkhfnnjolcaggogkjodmlpkh |
Oficjalny URL | https://chromewebstore.google.com/detail/react-inspector/gkkcgbepkkhfnnjolcaggogkjodmlpkh |
Opis | The Inspector launch with Ctrl+Shift+X (Command+Shift+X on Mac). You can detect and open the React component source code easily. |
Rozmiar pliku | 26.91 KB |
Liczba instalacji | 4,207 |
Aktualna Wersja | 1.2.3 |
Ostatnia Aktualizacja | 2023-04-16 |
Data Publikacji | 2022-09-03 |
Ocena | 3.00/5 Łącznie 5 Oceny |
Deweloper | hand-dot |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/hand-dot/react-inspector |
Adres URL Strony Pomocy | https://github.com/hand-dot/react-inspector |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "React Inspector", "description": "The Inspector launch with Ctrl+Shift+X (Command+Shift+X on Mac). You can detect and open the React component source code easily.", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_title": "React Inspector: Press Ctrl+Shift+X (Command+Shift+X on Mac)" }, "version": "1.2.3", "content_scripts": [ { "js": [ "assets\/content-script-loader.content.ts.aa66660e.526aa3f4.js" ], "matches": [ " |