CSS Color Chart
Tool that references all the css color that can be call by name, in rainbow order.
Apa itu CSS Color Chart?
CSS Color Chart adalah ekstensi Chrome yang dikembangkan oleh Iñaki Aranzadi, dan fitur utamanya adalah "Tool that references all the css color that can be call by name, in rainbow order.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CSS Color Chart
Unduh file ekstensi CSS Color Chart 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 little tool let you explore all the CSS colors that have a name value, then you can copy the name on your clipboard by simply clicking on the circular tile.
Informasi Dasar Ekstensi
Nama | CSS Color Chart |
ID | pmiclebjcgfopaejmnepnlkejpmfckgc |
URL Resmi | https://chromewebstore.google.com/detail/css-color-chart/pmiclebjcgfopaejmnepnlkejpmfckgc |
Deskripsi | Tool that references all the css color that can be call by name, in rainbow order. |
Ukuran File | 71.04 KB |
Jumlah Instalasi | 115 |
Versi Saat Ini | 1.2.2 |
Terakhir Diperbarui | 2016-02-29 |
Tanggal Publikasi | 2016-02-29 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Iñaki Aranzadi |
Tipe Pembayaran | free |
Situs Ekstensi | http://ainsleywagoner.com/color-chart/ |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSS Color Chart", "description": "Tool that references all the css color that can be call by name, in rainbow order.", "version": "1.2.2", "icons": { "32": "images\/tile.32.png", "64": "images\/tile.64.png", "128": "images\/tile.128.png" }, "browser_action": { "default_icon": "images\/tile.128.png", "default_title": "CSS Color Chart", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |