Simple Material Design Palette

No-nonsense palette for Google's Material Design Colors

Vad är Simple Material Design Palette?

Simple Material Design Palette är en Chrome-tillägg utvecklad av Santhosh Sundar, och dess huvudfunktion är "No-nonsense palette for Google's Material Design Colors".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Simple Material Design Palette-förlängningens CRX-fil

Ladda ner Simple Material Design Palette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Simple Material Design Palette Simple Material Design Palette
ID onaeadclbaeleijcfmmhopgmmmpedifa
Officiell webbadress https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa
Beskrivning No-nonsense palette for Google's Material Design Colors
Filstorlek 137 KB
Antal Installationer 3,622
Aktuell Version 1.0.3
Senast Uppdaterad 2022-03-05
Publiceringsdatum 2015-11-07
Betyg 4.89/5 Totalt 36 Betyg
Utvecklare Santhosh Sundar
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.gigacore.in
Hjälpsida URL https://github.com/keplerlab/Interactive/tree/master/material-colors-palette
Stödda Språk 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"
    }
}