HTML To React
To create a React component with an input details.
Co to jest HTML To React?
HTML To React to rozszerzenie Chrome opracowane przez Vijay Deepak, a jego główną funkcją jest „To create a React component with an input details.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia HTML To React
Pobierz pliki rozszerzeń HTML To React 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
This extension is used to convert and create React component based on the type. It will reduces the manual work for converting the html to react component
Podstawowe informacje o rozszerzeniu
Nazwa | HTML To React |
ID | dangmcmbllpnmlkfpbciobokmaaomggm |
Oficjalny URL | https://chromewebstore.google.com/detail/html-to-react/dangmcmbllpnmlkfpbciobokmaaomggm |
Opis | To create a React component with an input details. |
Rozmiar pliku | 41.97 KB |
Liczba instalacji | 344 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2019-05-06 |
Data Publikacji | 2019-05-06 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Vijay Deepak |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML To React", "description": "To create a React component with an input details.", "version": "1.0.1", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |