Tailwind Cheat Sheet Extension

The Chrome Extension for Tailwind Cheat Sheet

什么是Tailwind Cheat Sheet Extension?

Tailwind Cheat Sheet Extension是由shahid.sk27595开发的Chrome扩展程序,该扩展的主要功能是“The Chrome Extension for Tailwind Cheat Sheet”。

扩展截图

screenshot
screenshot

下载Tailwind Cheat Sheet Extension扩展crx文件

下载Tailwind Cheat Sheet Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Tailwind Cheat Sheet Extension Tailwind Cheat Sheet Extension
ID jmggagicdeomaenmjjlphbamdaeojcol
官方URL https://chromewebstore.google.com/detail/tailwind-cheat-sheet-exte/jmggagicdeomaenmjjlphbamdaeojcol
简介 The Chrome Extension for Tailwind Cheat Sheet
文件大小 224 KB
安装次数 1,950
当前版本 1.0.6
更新时间 2022-10-11
上架时间 2022-06-21
评分 4.20/5 共5次评分
开发者 shahid.sk27595
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}