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": []
}