Tailwind UI React
Automatic translation of Tailwind UI components to React
Wat is Tailwind UI React?
Tailwind UI React is een Chrome-extensie ontwikkeld door Christian Genco, en de belangrijkste functie is "Automatic translation of Tailwind UI components to React".
Extensie Screenshots
Download het CRX-bestand van de extensie Tailwind UI React
Download Tailwind UI React-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Change the "code" tab of Tailwind UI to show React JSX instead of HTML.
This auto-generated component automatically swaps `class` to `className`, sets up animated transitions, replaces HTML comments with JSX comments, and about 20 other little jobs. Basisinformatie over de Extensie
| Naam | |
| ID | binfindfddkgfibeajgkmjioklcgigjn |
| Officiële URL | https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn |
| Beschrijving | Automatic translation of Tailwind UI components to React |
| Bestandsgrootte | 376 KB |
| Aantal Installaties | 403 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2021-01-04 |
| Publicatiedatum | 2020-05-24 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Christian Genco |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://twitter.com/cgenco |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Tailwind UI React",
"version": "1.3",
"description": "Automatic translation of Tailwind UI components to React",
"permissions": [
"https:\/\/tailwindui.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/tailwindui.com\/*"
],
"js": [
"prism.min.js",
"prism-jsx.min.js",
"main.js"
]
}
],
"icons": {
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |