CombineCOLORS - Mix Paint Online

Mix paint online

Wat is CombineCOLORS - Mix Paint Online?

CombineCOLORS - Mix Paint Online is een Chrome-extensie ontwikkeld door http://combinecolors.com, en de belangrijkste functie is "Mix paint online".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CombineCOLORS - Mix Paint Online

Download CombineCOLORS - Mix Paint Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
Officiële URL https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
Beschrijving Mix paint online
Bestandsgrootte 29.2 KB
Aantal Installaties 89
Huidige Versie 1.0
Laatst Bijgewerkt 2020-05-30
Publicatiedatum 2020-05-30
Ontwikkelaar http://combinecolors.com
Betalingswijze free
Extensiewebsite https://combinecolors.com
Ondersteunde Talen 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
    }
}