RGB HEX Converter

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

Co to jest RGB HEX Converter?

RGB HEX Converter to rozszerzenie Chrome opracowane przez Yizhao He, a jego główną funkcją jest „This extension performs the conversion between rgb and hex. It's fast and stable.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia RGB HEX Converter

Pobierz pliki rozszerzeń RGB HEX Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa RGB HEX Converter RGB HEX Converter
ID ingginimfdkleceoglpialnhkioahnfe
Oficjalny URL https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe
Opis This extension performs the conversion between rgb and hex. It's fast and stable.
Rozmiar pliku 17.31 KB
Liczba instalacji 124
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-11-17
Data Publikacji 2015-11-17
Deweloper Yizhao He
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://dafbang.com/privacy.html
Obsługiwane Języki 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"
    }
}