Tailwind UI React

Automatic translation of Tailwind UI components to React

Что такое Tailwind UI React?

Tailwind UI React - это расширение Chrome, разработанное Christian Genco, и его основная функция - "Automatic translation of Tailwind UI components to React".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tailwind UI React

Скачайте файлы расширений Tailwind UI React в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Tailwind UI React Tailwind UI React
ID binfindfddkgfibeajgkmjioklcgigjn
Официальный URL https://chromewebstore.google.com/detail/tailwind-ui-react/binfindfddkgfibeajgkmjioklcgigjn
Описание Automatic translation of Tailwind UI components to React
Размер файла 376 KB
Количество установок 403
Текущая Версия 1.3
Последнее Обновление 2021-01-04
Дата публикации 2020-05-24
Рейтинг 5.00/5 Всего 7 оценок
Разработчик Christian Genco
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://twitter.com/cgenco
Поддерживаемые языки 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
}