CombineCOLORS - Mix Paint Online

Mix paint online

Apa itu CombineCOLORS - Mix Paint Online?

CombineCOLORS - Mix Paint Online adalah ekstensi Chrome yang dikembangkan oleh http://combinecolors.com, dan fitur utamanya adalah "Mix paint online".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi CombineCOLORS - Mix Paint Online

Unduh file ekstensi CombineCOLORS - Mix Paint Online dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CombineCOLORS - Mix Paint Online CombineCOLORS - Mix Paint Online
ID opiddamjcmflkpoilkknicocibcgdkol
URL Resmi https://chrome.google.com/webstore/detail/combinecolors-mix-paint-o/opiddamjcmflkpoilkknicocibcgdkol
Deskripsi Mix paint online
Ukuran File 29.2 KB
Jumlah Instalasi 89
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-05-30
Tanggal Publikasi 2020-05-30
Pengembang http://combinecolors.com
Tipe Pembayaran free
Situs Ekstensi https://combinecolors.com
Bahasa yang Didukung 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
    }
}