Color Palette Finder
Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.
Apa itu Color Palette Finder?
Color Palette Finder adalah ekstensi Chrome yang dikembangkan oleh jamesaburnell, dan fitur utamanya adalah "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Color Palette Finder
Unduh file ekstensi Color Palette Finder 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
Find the top 6 most commonly used colors on any site! Creates a palette of HEX and RGB values. Clicking on one of the colors will copy the HEX value to your clipboard.
Informasi Dasar Ekstensi
Nama | Color Palette Finder |
ID | acijagaddpagpgcjdcoigjkmeiengplp |
URL Resmi | https://chromewebstore.google.com/detail/color-palette-finder/acijagaddpagpgcjdcoigjkmeiengplp |
Deskripsi | Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values. |
Ukuran File | 28.27 KB |
Jumlah Instalasi | 898 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2016-01-08 |
Tanggal Publikasi | 2016-01-08 |
Penilaian | 2.60/5 Total 5 Penilaian |
Pengembang | jamesaburnell |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Palette Finder", "description": "Find the most commonly used colors on any site! Creates a palette of HEX and RGBA values.", "version": "0.0.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html", "default_icon": "cpflogo.png" }, "content_scripts": [ { "matches": [ " |