Simple Material Design Palette
No-nonsense palette for Google's Material Design Colors
What is Simple Material Design Palette?
Simple Material Design Palette is a Chrome extension developed by Santhosh Sundar, and its main feature is "No-nonsense palette for Google's Material Design Colors".
Extension Screenshots
Download Simple Material Design Palette Extension CRX File
Download Simple Material Design Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Simple Material Design Palette |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
Official URL | https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa |
Description | No-nonsense palette for Google's Material Design Colors |
File Size | 137 KB |
Installation Count | 3,622 |
Current Version | 1.0.3 |
Last Updated | 2022-03-05 |
Publish Date | 2015-11-07 |
Rating | 4.89/5 Total 36 Ratings |
Developer | Santhosh Sundar |
[email protected] | |
Payment Type | free |
Extension Website | https://www.gigacore.in |
Help Page URL | https://github.com/keplerlab/Interactive/tree/master/material-colors-palette |
Supported Languages | 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" } } |