CombineCOLORS - Mix Paint Online

Mix paint online

Was ist CombineCOLORS - Mix Paint Online?

CombineCOLORS - Mix Paint Online ist eine Chrome-Erweiterung, die von http://combinecolors.com entwickelt wurde, und ihr Hauptmerkmal ist "Mix paint online".

Erweiterungsscreenshots

screenshot

CombineCOLORS - Mix Paint Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie CombineCOLORS - Mix Paint Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
Offizielle URL https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
Beschreibung Mix paint online
Dateigröße 29.2 KB
Installationsanzahl 89
Aktuelle Version 1.0
Letztes Update 2020-05-30
Veröffentlichungsdatum 2020-05-30
Entwickler http://combinecolors.com
Zahlungsart free
Erweiterungswebsite https://combinecolors.com
Unterstützte Sprachen 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
    }
}