px <-> rem converter

Px-rem-converter converts px to rem and rem to px in real time

Co to jest px <-> rem converter?

px <-> rem converter to rozszerzenie Chrome opracowane przez programming.mood, a jego główną funkcją jest „Px-rem-converter converts px to rem and rem to px in real time”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia px <-> rem converter

Pobierz pliki rozszerzeń px <-> rem 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

                        Px to Rem converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard.                    

Podstawowe informacje o rozszerzeniu

Nazwa px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
Oficjalny URL https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
Opis Px-rem-converter converts px to rem and rem to px in real time
Rozmiar pliku 8.26 KB
Liczba instalacji 93
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-01-17
Data Publikacji 2023-01-17
Deweloper programming.mood
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/marianapatcosta/px-rem-converter/issues
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "px <-> rem converter",
    "version": "1.0.0",
    "description": "Px-rem-converter converts px to rem and rem to px in real time",
    "manifest_version": 3,
    "author": "Mariana COsta",
    "action": {
        "default_popup": "index.html",
        "default_title": "px <-> rem converter"
    },
    "icons": {
        "32": "px-to-rem.png",
        "48": "px-to-rem.png",
        "128": "px-to-rem.png"
    }
}