Simple Material Design Palette
No-nonsense palette for Google's Material Design Colors
Co to jest Simple Material Design Palette?
Simple Material Design Palette to rozszerzenie Chrome opracowane przez Santhosh Sundar, a jego główną funkcją jest „No-nonsense palette for Google's Material Design Colors”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Simple Material Design Palette
Pobierz pliki rozszerzeń Simple Material Design Palette w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Simple Material Design Palette |
ID | onaeadclbaeleijcfmmhopgmmmpedifa |
Oficjalny URL | https://chromewebstore.google.com/detail/simple-material-design-pa/onaeadclbaeleijcfmmhopgmmmpedifa |
Opis | No-nonsense palette for Google's Material Design Colors |
Rozmiar pliku | 137 KB |
Liczba instalacji | 3,622 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2022-03-05 |
Data Publikacji | 2015-11-07 |
Ocena | 4.89/5 Łącznie 36 Oceny |
Deweloper | Santhosh Sundar |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.gigacore.in |
Adres URL Strony Pomocy | https://github.com/keplerlab/Interactive/tree/master/material-colors-palette |
Obsługiwane Języki | 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" } } |