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」です。
拡張機能のスクリーンショット
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 |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
公式URL | 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 |
Eメール | [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" } } |