Tailwind Color Picker
Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color.
Apa itu Tailwind Color Picker?
Tailwind Color Picker adalah ekstensi Chrome yang dikembangkan oleh hassan4709, dan fitur utamanya adalah "Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tailwind Color Picker
Unduh file ekstensi Tailwind Color Picker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This chrome extension will calculate the closest Tailwind color in any website you open it in so you can quickly prototype.
Informasi Dasar Ekstensi
Nama | Tailwind Color Picker |
ID | iaknbjonlhaajcfpfcimahgpfknpihfm |
URL Resmi | https://chromewebstore.google.com/detail/tailwind-color-picker/iaknbjonlhaajcfpfcimahgpfknpihfm |
Deskripsi | Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color. |
Ukuran File | 345 KB |
Jumlah Instalasi | 1,335 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2023-02-01 |
Tanggal Publikasi | 2023-01-17 |
Penilaian | 5.00/5 Total 3 Penilaian |
Pengembang | hassan4709 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://twitter.com/nutlope |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tailwind Color Picker", "short_name": "TailwindColorPicker", "version": "1.0.1", "manifest_version": 3, "description": "Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color.", "homepage_url": "https:\/\/github.com\/nutlope\/tailwind-color-picker", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Click the icon", "name": "Click to invoke the inspector" }, "permissions": [ "activeTab", "scripting" ], "commands": { "toggle-inspector": { "suggested_key": { "windows": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X", "mac": "Command+Shift+X", "chromeos": "Ctrl+Shift+X" }, "description": "Toggle the inspector" } }, "web_accessible_resources": [ { "resources": [ "assets\/*" ], "matches": [ " |