The Color Palette

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

Qu'est-ce que The Color Palette ?

The Color Palette est une extension Chrome développée par https://ignitionedu.com, et sa fonction principale est "This extension displays the color palette details for the Google logo.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Color Palette

Téléchargez les fichiers d'extension The Color Palette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Color Palette The Color Palette
ID ngmcgneogndcgfgooldbhhgkdcpepjlc
URL Officiel https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc
Description This extension displays the color palette details for the Google logo.
Taille du Fichier 16.83 KB
Nombre d'Installations 305
Version Actuelle 1.2
Dernière Mise à Jour 2016-01-02
Date de Publication 2016-01-02
Développeur https://ignitionedu.com
Type de Paiement free
Langues Prises en Charge 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": []
}