Tailwind Cheat Sheet Extension

The Chrome Extension for Tailwind Cheat Sheet

Wat is Tailwind Cheat Sheet Extension?

Tailwind Cheat Sheet Extension is een Chrome-extensie ontwikkeld door shahid.sk27595, en de belangrijkste functie is "The Chrome Extension for Tailwind Cheat Sheet".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tailwind Cheat Sheet Extension

Download Tailwind Cheat Sheet Extension-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

                        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                    

Basisinformatie over de Extensie

Naam Tailwind Cheat Sheet Extension Tailwind Cheat Sheet Extension
ID jmggagicdeomaenmjjlphbamdaeojcol
Officiële URL https://chromewebstore.google.com/detail/tailwind-cheat-sheet-exte/jmggagicdeomaenmjjlphbamdaeojcol
Beschrijving The Chrome Extension for Tailwind Cheat Sheet
Bestandsgrootte 224 KB
Aantal Installaties 1,950
Huidige Versie 1.0.6
Laatst Bijgewerkt 2022-10-11
Publicatiedatum 2022-06-21
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar shahid.sk27595
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}