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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 } } |