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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Channel Studio และคุณลักษณะหลักของมันคือ "To celebrate the 100th anniversary of the Bauhaus, MOO has created this simple Chrome extension to help spark creativity."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOO Color Picker

ดาวน์โหลดไฟล์ส่วนขยาย MOO Color Picker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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