RGB HEX Converter

This extension performs the conversion between rgb and hex. It's fast and stable.

Apa itu RGB HEX Converter?

RGB HEX Converter adalah ekstensi Chrome yang dikembangkan oleh Yizhao He, dan fitur utamanya adalah "This extension performs the conversion between rgb and hex. It's fast and stable.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi RGB HEX Converter

Unduh file ekstensi RGB HEX 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 performs the conversion between rgb and hex. It's fast, elegant and stable.                    

Informasi Dasar Ekstensi

Nama RGB HEX Converter RGB HEX Converter
ID ingginimfdkleceoglpialnhkioahnfe
URL Resmi https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe
Deskripsi This extension performs the conversion between rgb and hex. It's fast and stable.
Ukuran File 17.31 KB
Jumlah Instalasi 124
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-11-17
Tanggal Publikasi 2015-11-17
Pengembang Yizhao He
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://dafbang.com/privacy.html
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGB HEX Converter",
    "description": "This extension performs the conversion between rgb and hex. It's fast and stable.",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}