The Color Palette
This extension displays the color palette details for the Google logo.
Apa itu The Color Palette?
The Color Palette adalah ekstensi Chrome yang dikembangkan oleh https://ignitionedu.com, dan fitur utamanya adalah "This extension displays the color palette details for the Google logo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Color Palette
Unduh file ekstensi The Color Palette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | The Color Palette |
ID | ngmcgneogndcgfgooldbhhgkdcpepjlc |
URL Resmi | https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc |
Deskripsi | This extension displays the color palette details for the Google logo. |
Ukuran File | 16.83 KB |
Jumlah Instalasi | 305 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-01-02 |
Tanggal Publikasi | 2016-01-02 |
Pengembang | https://ignitionedu.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [] } |