px <-> rem converter
Px-rem-converter converts px to rem and rem to px in real time
px <-> rem converter란 무엇입니까?
px <-> rem converter은(는) programming.mood에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Px-rem-converter converts px to rem and rem to px in real time"입니다.
확장 프로그램 스크린샷
px <-> rem converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |