Tailwind Color Picker
Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color.
Was ist Tailwind Color Picker?
Tailwind Color Picker ist eine Chrome-Erweiterung, die von hassan4709 entwickelt wurde, und ihr Hauptmerkmal ist "Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color.".
Erweiterungsscreenshots
Tailwind Color Picker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tailwind Color Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This chrome extension will calculate the closest Tailwind color in any website you open it in so you can quickly prototype.
Grundlegende Informationen zur Erweiterung
Name | Tailwind Color Picker |
ID | iaknbjonlhaajcfpfcimahgpfknpihfm |
Offizielle URL | https://chromewebstore.google.com/detail/tailwind-color-picker/iaknbjonlhaajcfpfcimahgpfknpihfm |
Beschreibung | Tailwind Color Picker allows you to pick a pixel from any web page and return the closest tailwind color. |
Dateigröße | 345 KB |
Installationsanzahl | 1,335 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-02-01 |
Veröffentlichungsdatum | 2023-01-17 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | hassan4709 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://twitter.com/nutlope |
Unterstützte Sprachen | 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": [ " |