Color-Converter
Convert your color to other color-formats (hex <-> rgb <-> hsl)
Apa itu Color-Converter?
Color-Converter adalah ekstensi Chrome yang dikembangkan oleh https://heithe.com, dan fitur utamanya adalah "Convert your color to other color-formats (hex <-> rgb <-> hsl)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Color-Converter
Unduh file ekstensi Color-Converter 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 let you convert a given color into other color-formats. At this time you can convert: hex, splitted hex <-> rgb in decimal or percentage <-> hsl in decimal or percentage Just look at the screenshots, install and try it :) Watch my blog: http://www.heithe.com Contact me: heithe01+chrcc at gmail dot com Donations are welcome to heithe01 at gmail dot com through paypal :)
Informasi Dasar Ekstensi
Nama | Color-Converter |
ID | ekjjmfmbokeceeeblblppmgkcenhncii |
URL Resmi | https://chromewebstore.google.com/detail/color-converter/ekjjmfmbokeceeeblblppmgkcenhncii |
Deskripsi | Convert your color to other color-formats (hex <-> rgb <-> hsl) |
Ukuran File | 111 KB |
Jumlah Instalasi | 1,105 |
Versi Saat Ini | 1.0.1.1 |
Terakhir Diperbarui | 2013-06-25 |
Tanggal Publikasi | 2013-06-25 |
Penilaian | 4.33/5 Total 6 Penilaian |
Pengembang | https://heithe.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.heithe.com/blog/ |
URL Halaman Bantuan | http://www.heithe.com/blog/ |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "img\/icons\/color_converter_logo_19.png", "default_popup": "html\/color_converter.html", "default_title": "Color-Converter" }, "description": "Convert your color to other color-formats (hex <-> rgb <-> hsl)", "icons": { "128": "img\/icons\/color_converter_logo_128.png", "16": "img\/icons\/color_converter_logo_16.png", "48": "img\/icons\/color_converter_logo_48.png" }, "manifest_version": 2, "name": "Color-Converter", "version": "1.0.1.1" } |