CombineCOLORS - Mix Paint Online

Mix paint online

什么是CombineCOLORS - Mix Paint Online?

CombineCOLORS - Mix Paint Online是由http://combinecolors.com开发的Chrome扩展程序,该扩展的主要功能是“Mix paint online”。

扩展截图

screenshot

下载CombineCOLORS - Mix Paint Online扩展crx文件

下载CombineCOLORS - Mix Paint Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
官方URL https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
简介 Mix paint online
文件大小 29.2 KB
安装次数 89
当前版本 1.0
更新时间 2020-05-30
上架时间 2020-05-30
开发者 http://combinecolors.com
付费类型 free
扩展官网 https://combinecolors.com
支持的语言 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
    }
}