PX to REM
Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.
Что такое PX to REM?
PX to REM - это расширение Chrome, разработанное https://cssunitconverter.vercel.app, и его основная функция - "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.".
Снимки экрана расширения
Скачать файл CRX расширения PX to REM
Скачайте файлы расширений PX to REM в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension provides px to rem and rem to px css unit converter. The main purpose of this extension is to provide free px to rem converter for public use. The extension supports hotkeys to make the calculations faster.
Основная информация о расширении
Название | PX to REM |
ID | eflpimbhckenngbgfdcmopelafppincd |
Официальный URL | https://chromewebstore.google.com/detail/px-to-rem/eflpimbhckenngbgfdcmopelafppincd |
Описание | Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use. |
Размер файла | 533 KB |
Количество установок | 75 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2023-10-05 |
Дата публикации | 2023-05-07 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | https://cssunitconverter.vercel.app |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://cssunitconverter.vercel.app/px-to-rem |
URL страницы помощи | https://cssunitconverter.vercel.app/contact |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PX to REM", "description": "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use.", "author": "Arthur Arakelyan", "version": "1.1.2", "manifest_version": 3, "action": { "default_popup": "index.html", "default_icon": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } }, "web_accessible_resources": [ { "resources": [ "test.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "logo192.png", "32": "logo192.png", "48": "logo192.png", "128": "logo192.png" } } |