Material Design Palette
Select a HTML element and change its colors based on this material design colors palette
Cos'è Material Design Palette?
Material Design Palette è un'estensione di Chrome sviluppata da Anderson Mamede, e la sua funzione principale è "Select a HTML element and change its colors based on this material design colors palette".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Material Design Palette
Scarica i file di estensione Material Design Palette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Material Design Palette is an easy-to-use extension where you select a HTML element or type in a CSS/jQuery selector and you can change, in real time, its text, background and border color using its embedded material design colors (palette). After some changes, you can just copy the generated CSS code and save on your HTML page. It is intended to make HTML elements color changing fast and easy.
Informazioni di Base sull'Estensione
Nome | Material Design Palette |
ID | iklaoaeikobdklaggagbapdkhamhdjoc |
URL Ufficiale | https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc |
Descrizione | Select a HTML element and change its colors based on this material design colors palette |
Dimensione del File | 45.83 KB |
Conteggio Installazioni | 863 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-11-04 |
Data di Pubblicazione | 2016-11-04 |
Sviluppatore | Anderson Mamede |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "panel.html", "close.svg", "move.svg", "search.svg", "search-white.svg", "code.svg", "help.svg" ], "permissions": [ "activeTab", "storage" ] } |