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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |