px <-> rem converter

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

Что такое px <-> rem converter?

px <-> rem converter - это расширение Chrome, разработанное programming.mood, и его основная функция - "Px-rem-converter converts px to rem and rem to px in real time".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения px <-> rem converter

Скачайте файлы расширений px <-> rem converter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
Официальный URL https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
Описание Px-rem-converter converts px to rem and rem to px in real time
Размер файла 8.26 KB
Количество установок 93
Текущая Версия 1.0.0
Последнее Обновление 2023-01-17
Дата публикации 2023-01-17
Разработчик programming.mood
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://github.com/marianapatcosta/px-rem-converter/issues
Поддерживаемые языки 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"
    }
}