Adobe XD Rem fix
It is only a small script that serves to force the change from px to rem automatically
Adobe XD Rem fix란 무엇입니까?
Adobe XD Rem fix은(는) Emmanuel Glez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It is only a small script that serves to force the change from px to rem automatically"입니다.
확장 프로그램 스크린샷
Adobe XD Rem fix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Cuando estas en alguna página del dominio https://xd.adobe.com/, automáticamente al hacer click sobre algún vector se mostrará los PX del elemento, junto con su conversión a REM y el cálculo para poder guardarla en la configuración de Tailwind (por ejemplo, 16px = 1 rem = 4 (tailwind config)
확장 프로그램 기본 정보
이름 | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
공식 URL | https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf |
설명 | It is only a small script that serves to force the change from px to rem automatically |
파일 크기 | 16.65 KB |
설치 횟수 | 589 |
현재 버전 | 0.1 |
최근 업데이트 | 2021-04-29 |
출시 날짜 | 2021-04-29 |
개발자 | Emmanuel Glez |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adobe XD Rem fix", "description": "It is only a small script that serves to force the change from px to rem automatically", "version": "0.1", "manifest_version": 3, "host_permissions": [ "https:\/\/xd.adobe.com\/" ], "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/xd.adobe.com\/*" ] } ], "icons": { "16": "\/images\/xdToRemIcon16.png", "32": "\/images\/xdToRemIcon32.png", "48": "\/images\/xdToRemIcon48.png", "128": "\/images\/xdToRemIcon128.png" } } |