CSS Color Helper

All the CSS color help you need

Co to jest CSS Color Helper?

CSS Color Helper to rozszerzenie Chrome opracowane przez Anell Kumarr Beeram, a jego główną funkcją jest „All the CSS color help you need”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CSS Color Helper

Pobierz pliki rozszerzeń CSS Color Helper 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

                        All the CSS color help you need for designers and developers alike. Color codes, pickers, converters and palettes.                    

Podstawowe informacje o rozszerzeniu

Nazwa CSS Color Helper CSS Color Helper
ID hiljhpcfhankmcfomogedikgkpnhocjl
Oficjalny URL https://chromewebstore.google.com/detail/css-color-helper/hiljhpcfhankmcfomogedikgkpnhocjl
Opis All the CSS color help you need
Rozmiar pliku 3.13 MB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2019-11-29
Data Publikacji 2019-11-28
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Anell Kumarr Beeram
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CSS Color Helper",
    "version": "1.0",
    "description": "All the CSS color help you need",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "CSS Color Helper: All the CSS color help you need"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}