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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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