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
}