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文件
下载Adobe XD Rem fix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |