Material Design Palette

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

Что такое Material Design Palette?

Material Design Palette - это расширение Chrome, разработанное Anderson Mamede, и его основная функция - "Select a HTML element and change its colors based on this material design colors palette".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Material Design Palette

Скачайте файлы расширений Material Design Palette в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Material Design Palette Material Design Palette
ID iklaoaeikobdklaggagbapdkhamhdjoc
Официальный URL https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc
Описание Select a HTML element and change its colors based on this material design colors palette
Размер файла 45.83 KB
Количество установок 863
Текущая Версия 1.1
Последнее Обновление 2016-11-04
Дата публикации 2016-11-04
Разработчик Anderson Mamede
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    ]
}