MOO Color Picker

To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity.

MOO Color Picker란 무엇입니까?

MOO Color Picker은(는) Channel Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MOO Color Picker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        For members of the Bauhaus school, the only way to truly understand color was through play and experimentation. To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity. 

With the Chrome extension, users can pull in colors from anywhere around the web, then pair them to see how they interact through Bauhaus-inspired patterns. You never know where inspiration might strike! 

Click on the extension icon to sample colors on any webpage and have them instantly available to you at moocolorstudy.com 

From there you can experiment with color pairings and download your creations in a variety of formats—including MOO Postcards and Stickers—allowing you to bring your own Bauhaus designs to life.                    

확장 프로그램 기본 정보

이름 MOO Color Picker MOO Color Picker
ID ofmgjckcackgocnboajincbpjdmkbifg
공식 URL https://chromewebstore.google.com/detail/moo-color-picker/ofmgjckcackgocnboajincbpjdmkbifg
설명 To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity.
파일 크기 404 KB
설치 횟수 543
현재 버전 0.0.3
최근 업데이트 2021-12-03
출시 날짜 2019-06-13
평점 5.00/5 총 5 개의 평점
개발자 Channel Studio
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://moocolorstudy.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MOO Color Picker",
    "description": "To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity. ",
    "version": "0.0.3",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Open the popup",
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.bundle.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.google.com\/*",
            "*:\/\/*.chromium.org\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "96": "icons\/96x96.png",
        "128": "icons\/128x128.png"
    }
}