CombineCOLORS - Mix Paint Online
Mix paint online
ما هو CombineCOLORS - Mix Paint Online؟
CombineCOLORS - Mix Paint Online هو إضافة Chrome تم تطويرها بواسطة http://combinecolors.com، والميزة الرئيسية لها هي "Mix paint online".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CombineCOLORS - Mix Paint Online
قم بتنزيل ملفات الامتداد CombineCOLORS - Mix Paint Online بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Paint mixer is a free online tool that helps you to mix colors, so you don't waste your paint. It's a great tool for artists to improve their color mixing skills. Just pick paint colors by clicking on the "sliders" icon, click on "minus"/"plus" buttons to set proportions, and you will see the mixed color.
معلومات أساسية عن التمديد
الاسم | |
ID | opiddamjcmflkpoilkknicocibcgdkol |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol |
الوصف | Mix paint online |
حجم الملف | 29.2 KB |
عدد التثبيتات | 89 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-30 |
تاريخ النشر | 2020-05-30 |
المطور | http://combinecolors.com |
نوع الدفع | free |
موقع الإضافة | https://combinecolors.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CombineCOLORS - Mix Paint Online", "description": "Mix paint online", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |