Web-Smart Color Converter

Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).

Co to jest Web-Smart Color Converter?

Web-Smart Color Converter to rozszerzenie Chrome opracowane przez Texugo Atroz, a jego główną funkcją jest „Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web-Smart Color Converter

Pobierz pliki rozszerzeń Web-Smart Color 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

                        Git repository:
https://github.com/TexugoAtroz/web-smart-color-converter-chrome-extension                    

Podstawowe informacje o rozszerzeniu

Nazwa Web-Smart Color Converter Web-Smart Color Converter
ID bnjfondkoainkkkfgafoagbdhjdbefmn
Oficjalny URL https://chromewebstore.google.com/detail/web-smart-color-converter/bnjfondkoainkkkfgafoagbdhjdbefmn
Opis Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).
Rozmiar pliku 88.4 KB
Liczba instalacji 22
Aktualna Wersja 0.8
Ostatnia Aktualizacja 2017-11-07
Data Publikacji 2017-11-07
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper Texugo Atroz
Typ Płatności free
Obsługiwane Języki pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web-Smart Color Converter",
    "version": "0.8",
    "description": "Aplicativo que converte e compara cores hexadecimais de 24-bits (True Color) para cores de 12-bits (web-smart) e 8-bits (web-safe).",
    "author": "Jonas Gabriel de Souza",
    "browser_action": {
        "default_icon": "assets\/icons\/icon19.png",
        "default_title": "Web-Smart Color Converter",
        "default_popup": "src\/popup.htm"
    }
}