The Color Palette
This extension displays the color palette details for the Google logo.
What is The Color Palette?
The Color Palette is a Chrome extension developed by https://ignitionedu.com, and its main feature is "This extension displays the color palette details for the Google logo.".
Extension Screenshots
Download The Color Palette Extension CRX File
Download The Color Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | The Color Palette |
ID | ngmcgneogndcgfgooldbhhgkdcpepjlc |
Official URL | https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc |
Description | This extension displays the color palette details for the Google logo. |
File Size | 16.83 KB |
Installation Count | 305 |
Current Version | 1.2 |
Last Updated | 2016-01-02 |
Publish Date | 2016-01-02 |
Developer | https://ignitionedu.com |
Payment Type | free |
Supported Languages | 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": [] } |