ColorThief
Extracts a color palette from an image
Wat is ColorThief?
ColorThief is een Chrome-extensie ontwikkeld door Mohamad Ahmadi, en de belangrijkste functie is "Extracts a color palette from an image".
Extensie Screenshots
Download het CRX-bestand van de extensie ColorThief
Download ColorThief-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
Created using Color Thief script (http://lokeshdhakar.com/projects/color-thief/)
Basisinformatie over de Extensie
Naam | |
ID | medkdmfcfbfkbekkgcafeojmkadhidln |
Officiële URL | https://chrome.google.com/webstore/detail/colorthief/medkdmfcfbfkbekkgcafeojmkadhidln |
Beschrijving | Extracts a color palette from an image |
Bestandsgrootte | 807 KB |
Aantal Installaties | 123 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2015-01-05 |
Publicatiedatum | 2015-01-05 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Mohamad Ahmadi |
Betalingswijze | free |
Extensiewebsite | https://github.com/mhahmadi/ColorThiefExtension |
Help Pagina-URL | https://github.com/mhahmadi/ColorThiefExtension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ColorThief", "version": "0.2.0", "manifest_version": 2, "description": "Extracts a color palette from an image", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/thief-19.png", "38": "images\/thief-38.png" }, "default_title": "ColorThief" }, "icons": { "16": "images\/thief-16.png", "48": "images\/thief-48.png", "128": "images\/thief-128.png" }, "content_scripts": [ { "matches": [ " |