CombineCOLORS - Mix Paint Online

Mix paint online

O que é CombineCOLORS - Mix Paint Online?

CombineCOLORS - Mix Paint Online é uma extensão do Chrome desenvolvida por http://combinecolors.com, e sua principal característica é "Mix paint online".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CombineCOLORS - Mix Paint Online

Baixe arquivos de extensão CombineCOLORS - Mix Paint Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
URL Oficial https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
Descrição Mix paint online
Tamanho do Arquivo 29.2 KB
Contagem de Instalações 89
Versão Atual 1.0
Última Atualização 2020-05-30
Data de Publicação 2020-05-30
Desenvolvedor http://combinecolors.com
Tipo de Pagamento free
Site da Extensão https://combinecolors.com
Idiomas Suportados 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
    }
}