The Color Palette

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

Co je The Color Palette?

The Color Palette je rozšíření Chrome vyvinuté https://ignitionedu.com, a jeho hlavní funkcí je „This extension displays the color palette details for the Google logo.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření The Color Palette

Stáhněte si soubory rozšíření The Color Palette ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The Color Palette The Color Palette
ID ngmcgneogndcgfgooldbhhgkdcpepjlc
Oficiální URL https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc
Popis This extension displays the color palette details for the Google logo.
Velikost souboru 16.83 KB
Počet instalací 305
Aktuální Verze 1.2
Poslední Aktualizace 2016-01-02
Datum Vydání 2016-01-02
Vývojář https://ignitionedu.com
Typ Platby free
Podporované Jazyky 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": []
}