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은(는) https://cssunitconverter.vercel.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use this converter of css values to convert px to rem and rem to px easily. This extension is free and easy to use."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

PX to REM 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}