Adobe XD Rem fix

It is only a small script that serves to force the change from px to rem automatically

What is Adobe XD Rem fix?

Adobe XD Rem fix is a Chrome extension developed by Emmanuel Glez, and its main feature is "It is only a small script that serves to force the change from px to rem automatically".

Extension Screenshots

screenshot

Download Adobe XD Rem fix Extension CRX File

Download Adobe XD Rem fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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)                    

Extension Basic Information

Name Adobe XD Rem fix Adobe XD Rem fix
ID dppocgklbdkbfneadpfbodohoopacpdf
Official URL https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf
Description It is only a small script that serves to force the change from px to rem automatically
File Size 16.65 KB
Installation Count 589
Current Version 0.1
Last Updated 2021-04-29
Publish Date 2021-04-29
Developer Emmanuel Glez
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}