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 là gì?
Adobe XD Rem fix là một tiện ích mở rộng Chrome được phát triển bởi Emmanuel Glez, và tính năng chính của nó là "It is only a small script that serves to force the change from px to rem automatically".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Adobe XD Rem fix
Tải xuống các tệp mở rộng Adobe XD Rem fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
URL Chính Thức | https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf |
Mô tả | It is only a small script that serves to force the change from px to rem automatically |
Kích Thước Tệp | 16.65 KB |
Số Lần Cài Đặt | 589 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-04-29 |
Ngày Phát Hành | 2021-04-29 |
Nhà Phát Triển | Emmanuel Glez |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |