ColorMixture
Show grey, red, green, blue, yellow, magenta, cyan scales of an image
Qu'est-ce que ColorMixture ?
ColorMixture est une extension Chrome développée par https://javafactory.altervista.org, et sa fonction principale est "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ColorMixture
Téléchargez les fichiers d'extension ColorMixture au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | ioidipnbhgcjiaademjhblfoljjmonpa |
| URL Officiel | https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa |
| Description | Show grey, red, green, blue, yellow, magenta, cyan scales of an image |
| Taille du Fichier | 40.33 KB |
| Nombre d'Installations | 53 |
| Version Actuelle | 0.5.2 |
| Dernière Mise à Jour | 2012-07-14 |
| Date de Publication | 2012-07-14 |
| Évaluation | 3.00/5 Total 7 Évaluations |
| Développeur | https://javafactory.altervista.org |
| Type de Paiement | free |
| Site Web de l'Extension | http://javafactory.altervista.org/chrome.html |
| Langues Prises en Charge | 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"
]
}
]
} | |