Color Code App
Displays the color codes for the current tab
Apa itu Color Code App?
Color Code App adalah ekstensi Chrome yang dikembangkan oleh Ninja Apps, dan fitur utamanya adalah "Displays the color codes for the current tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Color Code App
Unduh file ekstensi Color Code App 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
A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.
Informasi Dasar Ekstensi
Nama | |
ID | dfcjkncfhgnlnkdjoeohfkajopmoonnl |
URL Resmi | https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl |
Deskripsi | Displays the color codes for the current tab |
Ukuran File | 10.08 KB |
Jumlah Instalasi | 131 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2015-01-12 |
Tanggal Publikasi | 2015-01-12 |
Penilaian | 2.50/5 Total 2 Penilaian |
Pengembang | Ninja Apps |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Code App", "version": "1.0", "description": "Displays the color codes for the current tab", "browser_action": { "default_icon": "icon19-small.png", "default_title": "Color Code App" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ " |