Material Design Palette

Select a HTML element and change its colors based on this material design colors palette

Qu'est-ce que Material Design Palette ?

Material Design Palette est une extension Chrome développée par Anderson Mamede, et sa fonction principale est "Select a HTML element and change its colors based on this material design colors palette".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Material Design Palette

Téléchargez les fichiers d'extension Material Design Palette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Material Design Palette Material Design Palette
ID iklaoaeikobdklaggagbapdkhamhdjoc
URL Officiel https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc
Description Select a HTML element and change its colors based on this material design colors palette
Taille du Fichier 45.83 KB
Nombre d'Installations 863
Version Actuelle 1.1
Dernière Mise à Jour 2016-11-04
Date de Publication 2016-11-04
Développeur Anderson Mamede
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}