CombineCOLORS - Mix Paint Online

Mix paint online

Qu'est-ce que CombineCOLORS - Mix Paint Online ?

CombineCOLORS - Mix Paint Online est une extension Chrome développée par http://combinecolors.com, et sa fonction principale est "Mix paint online".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CombineCOLORS - Mix Paint Online

Téléchargez les fichiers d'extension CombineCOLORS - Mix Paint Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
URL Officiel https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
Description Mix paint online
Taille du Fichier 29.2 KB
Nombre d'Installations 89
Version Actuelle 1.0
Dernière Mise à Jour 2020-05-30
Date de Publication 2020-05-30
Développeur http://combinecolors.com
Type de Paiement free
Site Web de l'Extension https://combinecolors.com
Langues Prises en Charge 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
    }
}