ColorMixture
Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Cos'è ColorMixture?
ColorMixture è un'estensione di Chrome sviluppata da https://javafactory.altervista.org, e la sua funzione principale è "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ColorMixture
Scarica i file di estensione ColorMixture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ioidipnbhgcjiaademjhblfoljjmonpa |
| URL Ufficiale | https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa |
| Descrizione | Show grey, red, green, blue, yellow, magenta, cyan scales of an image |
| Dimensione del File | 40.33 KB |
| Conteggio Installazioni | 53 |
| Versione Corrente | 0.5.2 |
| Ultimo Aggiornamento | 2012-07-14 |
| Data di Pubblicazione | 2012-07-14 |
| Valutazione | 3.00/5 Totale 7 Valutazioni |
| Sviluppatore | https://javafactory.altervista.org |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://javafactory.altervista.org/chrome.html |
| Lingue Supportate | 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"
]
}
]
} | |