Mosaic

Hunt your hues. Directly from your browser.

什麼是Mosaic?

Mosaic是由SRMKZILLA開發的Chrome擴展程式,該擴展的主要功能是“Hunt your hues. Directly from your browser.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Mosaic擴展crx文件

下載Mosaic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Mosaic is your new BFF for generating the perfect palette for your UI. Generate beautiful complimentary colors randomly or from our trusted trending palettes. We created Mosaic so that designers don't lose vision while creating a UI.

It is FAST.SIMPLE.BEAUTIFUL. 
If you find a hex code that you want to incorporate in your design, simply add it to the palette and it is now housed on your browser!

Fixated on a color? Lock your eyes on it.
Mosaic allows you to lock a particular color and generate complementary others so that you never have to say goodbye to those amazing shades.

Create.Snap.Share!
Loving your palette that Mosaic created? Save it as a .png and share it with your team!                    

擴展基本資訊

名稱 Mosaic Mosaic
ID eimhoaekjnojedgcoikkiijnphklhfml
官方網址 https://chrome.google.com/webstore/detail/mosaic/eimhoaekjnojedgcoikkiijnphklhfml
簡介 Hunt your hues. Directly from your browser.
檔案大小 769 KB
安裝次數 763
目前版本 1.0.1
更新時間 2020-08-20
上架時間 2020-08-18
評分 4.89/5 共 18 次評分
開發者 SRMKZILLA
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/srm-kzilla/mosaic
說明頁面URL https://github.com/srm-kzilla/mosaic/issues
隱私政策頁面URL https://srmkzilla.net/projects/mosaic/policy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mosaic",
    "version": "1.0.1",
    "description": "Hunt your hues. Directly from your browser.",
    "short_name": "Mosaic",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-cFyNkAh74muYbIHXxMOavrIesmPaGdNlvgLGgwG4KoE='; object-src 'self'"
}