ColorMixture
Show grey, red, green, blue, yellow, magenta, cyan scales of an image
ما هو ColorMixture؟
ColorMixture هو إضافة Chrome تم تطويرها بواسطة https://javafactory.altervista.org، والميزة الرئيسية لها هي "Show grey, red, green, blue, yellow, magenta, cyan scales of an image".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ColorMixture
قم بتنزيل ملفات الامتداد ColorMixture بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 معلومات أساسية عن التمديد
| الاسم | |
| ID | ioidipnbhgcjiaademjhblfoljjmonpa |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/colormixture/ioidipnbhgcjiaademjhblfoljjmonpa |
| الوصف | Show grey, red, green, blue, yellow, magenta, cyan scales of an image |
| حجم الملف | 40.33 KB |
| عدد التثبيتات | 53 |
| النسخة الحالية | 0.5.2 |
| آخر تحديث | 2012-07-14 |
| تاريخ النشر | 2012-07-14 |
| تقييم | 3.00/5 مجموع تقييمات 7 |
| المطور | https://javafactory.altervista.org |
| نوع الدفع | free |
| موقع الإضافة | http://javafactory.altervista.org/chrome.html |
| اللغات المدعومة | 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"
]
}
]
} | |