Simple Material Design Palette

No-nonsense palette for Google's Material Design Colors

什麼是Simple Material Design Palette?

Simple Material Design Palette是由Santhosh Sundar開發的Chrome擴展程式,該擴展的主要功能是“No-nonsense palette for Google's Material Design Colors”。

擴展截圖

screenshot
screenshot

下載Simple Material Design Palette擴展crx文件

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

擴展使用說明

                        A no-nonsense palette for Google's Material Design Colors that you can access right within the browser without having to leave the tab and even offline. 

Available in HEX, RGB and RGBA color models.

Fork on Github: https://github.com/keplerlab/Interactive/tree/master/material-colors-palette                    

擴展基本資訊

名稱 Simple Material Design Palette Simple Material Design Palette
ID onaeadclbaeleijcfmmhopgmmmpedifa
官方網址 https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa
簡介 No-nonsense palette for Google's Material Design Colors
檔案大小 137 KB
安裝次數 3,622
目前版本 1.0.3
更新時間 2022-03-05
上架時間 2015-11-07
評分 4.89/5 共 36 次評分
開發者 Santhosh Sundar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.gigacore.in
說明頁面URL https://github.com/keplerlab/Interactive/tree/master/material-colors-palette
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Material Design Palette",
    "description": "No-nonsense palette for Google's Material Design Colors",
    "version": "1.0.3",
    "icons": {
        "128": "icon.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "Simple Material Design Palette"
    }
}