ColorFlick for Dribbble
Developer friendly color palette extension for Dribbble
Wat is ColorFlick for Dribbble?
ColorFlick for Dribbble is een Chrome-extensie ontwikkeld door Thiyagaraj T, en de belangrijkste functie is "Developer friendly color palette extension for Dribbble".
Extensie Screenshots
Download het CRX-bestand van de extensie ColorFlick for Dribbble
Download ColorFlick for Dribbble-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ColorFlick for Dribbble |
ID | biemhkdecdmbffonfjjdhahmghllkcon |
Officiële URL | https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon |
Beschrijving | Developer friendly color palette extension for Dribbble |
Bestandsgrootte | 27.64 KB |
Aantal Installaties | 58 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-08-01 |
Publicatiedatum | 2020-07-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Thiyagaraj T |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |