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
官方網址 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
    }
}