The Color Palette

This extension displays the color palette details for the Google logo.

Что такое The Color Palette?

The Color Palette - это расширение Chrome, разработанное https://ignitionedu.com, и его основная функция - "This extension displays the color palette details for the Google logo.".

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

screenshot

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

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

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

                        This extension simply displays the hex, RGB, and HSL color palette details for the Google logo. This can be handy for designers of any level of expertise.                    

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

Название The Color Palette The Color Palette
ID ngmcgneogndcgfgooldbhhgkdcpepjlc
Официальный URL https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc
Описание This extension displays the color palette details for the Google logo.
Размер файла 16.83 KB
Количество установок 305
Текущая Версия 1.2
Последнее Обновление 2016-01-02
Дата публикации 2016-01-02
Разработчик https://ignitionedu.com
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Color Palette",
    "description": "This extension displays the color palette details for the Google logo.",
    "version": "1.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}