The Color Palette

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

Vad är The Color Palette?

The Color Palette är en Chrome-tillägg utvecklad av https://ignitionedu.com, och dess huvudfunktion är "This extension displays the color palette details for the Google logo.".

Tilläggsskärmbilder

screenshot

Ladda ner The Color Palette-förlängningens CRX-fil

Ladda ner The Color Palette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn The Color Palette The Color Palette
ID ngmcgneogndcgfgooldbhhgkdcpepjlc
Officiell webbadress https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc
Beskrivning This extension displays the color palette details for the Google logo.
Filstorlek 16.83 KB
Antal Installationer 305
Aktuell Version 1.2
Senast Uppdaterad 2016-01-02
Publiceringsdatum 2016-01-02
Utvecklare https://ignitionedu.com
Betalningssätt free
Stödda Språk 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": []
}