CombineCOLORS - Mix Paint Online
Mix paint online
What is CombineCOLORS - Mix Paint Online?
CombineCOLORS - Mix Paint Online is a Chrome extension developed by http://combinecolors.com, and its main feature is "Mix paint online".
Extension Screenshots
Download CombineCOLORS - Mix Paint Online Extension CRX File
Download CombineCOLORS - Mix Paint Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | opiddamjcmflkpoilkknicocibcgdkol |
Official URL | https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol |
Description | Mix paint online |
File Size | 29.2 KB |
Installation Count | 89 |
Current Version | 1.0 |
Last Updated | 2020-05-30 |
Publish Date | 2020-05-30 |
Developer | http://combinecolors.com |
Payment Type | free |
Extension Website | https://combinecolors.com |
Supported Languages | 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 } } |