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
    }
}