ColorFlick for Dribbble
Developer friendly color palette extension for Dribbble
Was ist ColorFlick for Dribbble?
ColorFlick for Dribbble ist eine Chrome-Erweiterung, die von Thiyagaraj T entwickelt wurde, und ihr Hauptmerkmal ist "Developer friendly color palette extension for Dribbble".
Erweiterungsscreenshots
ColorFlick for Dribbble-Erweiterungs-CRX-Datei herunterladen
Laden Sie ColorFlick for Dribbble-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
Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.
Grundlegende Informationen zur Erweiterung
Name | ColorFlick for Dribbble |
ID | biemhkdecdmbffonfjjdhahmghllkcon |
Offizielle URL | https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon |
Beschreibung | Developer friendly color palette extension for Dribbble |
Dateigröße | 27.64 KB |
Installationsanzahl | 58 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-08-01 |
Veröffentlichungsdatum | 2020-07-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Thiyagaraj T |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ColorFlick for Dribbble", "version": "0.0.1", "description": "Developer friendly color palette extension for Dribbble", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)", "web_accessible_resources": [ "icons\/*", "assets\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/dribbble.com\/*" ], "js": [ "index.js" ], "css": [ "styles.css" ] } ] } |