Tailwind Cheat Sheet Extension
The Chrome Extension for Tailwind Cheat Sheet
Cos'è Tailwind Cheat Sheet Extension?
Tailwind Cheat Sheet Extension è un'estensione di Chrome sviluppata da shahid.sk27595, e la sua funzione principale è "The Chrome Extension for Tailwind Cheat Sheet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tailwind Cheat Sheet Extension
Scarica i file di estensione Tailwind Cheat Sheet Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension to easily access Tailwind's classes. The extension provides following features: 1. Easily accessible tailwind classes 2. Click on the class to copy the same to clipboard 3. Search for classes 4. Open Source 5. Supports dark and light theme
Informazioni di Base sull'Estensione
Nome | Tailwind Cheat Sheet Extension |
ID | jmggagicdeomaenmjjlphbamdaeojcol |
URL Ufficiale | https://chromewebstore.google.com/detail/tailwind-cheat-sheet-exte/jmggagicdeomaenmjjlphbamdaeojcol |
Descrizione | The Chrome Extension for Tailwind Cheat Sheet |
Dimensione del File | 224 KB |
Conteggio Installazioni | 1,950 |
Versione Corrente | 1.0.6 |
Ultimo Aggiornamento | 2022-10-11 |
Data di Pubblicazione | 2022-06-21 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | shahid.sk27595 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tailwind Cheat Sheet Extension", "description": "The Chrome Extension for Tailwind Cheat Sheet", "version": "1.0.6", "manifest_version": 3, "author": "Shahid Shaikh", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon128.png" } } |