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”。
擴展截圖
下載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 |
ID | jmggagicdeomaenmjjlphbamdaeojcol |
官方網址 | 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" } } |