Tailwind Cheat Sheet Extension

The Chrome Extension for Tailwind Cheat Sheet

What is Tailwind Cheat Sheet Extension?

Tailwind Cheat Sheet Extension is a Chrome extension developed by shahid.sk27595, and its main feature is "The Chrome Extension for Tailwind Cheat Sheet".

Extension Screenshots

screenshot
screenshot

Download Tailwind Cheat Sheet Extension Extension CRX File

Download Tailwind Cheat Sheet Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tailwind Cheat Sheet Extension Tailwind Cheat Sheet Extension
ID jmggagicdeomaenmjjlphbamdaeojcol
Official URL https://chromewebstore.google.com/detail/tailwind-cheat-sheet-exte/jmggagicdeomaenmjjlphbamdaeojcol
Description The Chrome Extension for Tailwind Cheat Sheet
File Size 224 KB
Installation Count 1,950
Current Version 1.0.6
Last Updated 2022-10-11
Publish Date 2022-06-21
Rating 4.20/5 Total 5 Ratings
Developer shahid.sk27595
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}