CombineCOLORS - Mix Paint Online
Mix paint online
Hvad er CombineCOLORS - Mix Paint Online?
CombineCOLORS - Mix Paint Online er en Chrome-udvidelse udviklet af http://combinecolors.com, og dens hovedfunktion er "Mix paint online".
Udvidelsesskærmbilleder
Download CombineCOLORS - Mix Paint Online-udvidelses-CRX-fil
Download CombineCOLORS - Mix Paint Online-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | opiddamjcmflkpoilkknicocibcgdkol |
Officiel URL | https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol |
Beskrivelse | Mix paint online |
Filstørrelse | 29.2 KB |
Antal Installationer | 89 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-05-30 |
Udgivelsesdato | 2020-05-30 |
Udvikler | http://combinecolors.com |
Betalingsmetode | free |
Udvidelseswebsted | https://combinecolors.com |
Understøttede Sprog | 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 } } |