ColorMixture
Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Was ist ColorMixture?
ColorMixture ist eine Chrome-Erweiterung, die von https://javafactory.altervista.org entwickelt wurde, und ihr Hauptmerkmal ist "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".
Erweiterungsscreenshots
ColorMixture-Erweiterungs-CRX-Datei herunterladen
Laden Sie ColorMixture-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
If you display a single image .jpg, .gif, .png in a tab by itself (rather than on a normal webpage), this extension will produce multiple colour-tinted versions of the image Then clicking on a generated image ColorMixture opens a new page where you can save the clicked image in .png format Color scales available: - Grey - Red - Green - Blue - Yellow - Magenta - Cyan It doesn't work in chrome:// pages and in chrome extensions gallery Please rate this extension if you like it
Grundlegende Informationen zur Erweiterung
Name | ColorMixture |
ID | ioidipnbhgcjiaademjhblfoljjmonpa |
Offizielle URL | https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa |
Beschreibung | Show grey, red, green, blue, yellow, magenta, cyan scales of an image |
Dateigröße | 40.33 KB |
Installationsanzahl | 53 |
Aktuelle Version | 0.5.2 |
Letztes Update | 2012-07-14 |
Veröffentlichungsdatum | 2012-07-14 |
Bewertung | 3.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://javafactory.altervista.org |
Zahlungsart | free |
Erweiterungswebsite | http://javafactory.altervista.org/chrome.html |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ColorMixture", "version": "0.5.2", "description": "Show grey, red, green, blue, yellow, magenta, cyan scales of an image", "manifest_version": 2, "icons": { "48": "color48.png", "128": "color128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.jpg", "http:\/\/*\/*.gif", "http:\/\/*\/*.png", "https:\/\/*\/*.jpg", "https:\/\/*\/*.gif", "https:\/\/*\/*.png" ], "js": [ "edit.js" ] } ] } |