The Color Palette

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

Co to jest The Color Palette?

The Color Palette to rozszerzenie Chrome opracowane przez https://ignitionedu.com, a jego główną funkcją jest „This extension displays the color palette details for the Google logo.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia The Color Palette

Pobierz pliki rozszerzeń The Color 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa The Color Palette The Color Palette
ID ngmcgneogndcgfgooldbhhgkdcpepjlc
Oficjalny URL https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc
Opis This extension displays the color palette details for the Google logo.
Rozmiar pliku 16.83 KB
Liczba instalacji 305
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-01-02
Data Publikacji 2016-01-02
Deweloper https://ignitionedu.com
Typ Płatności free
Obsługiwane Języki 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": []
}