Adobe XD Rem fix

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

Wat is Adobe XD Rem fix?

Adobe XD Rem fix is een Chrome-extensie ontwikkeld door Emmanuel Glez, en de belangrijkste functie is "It is only a small script that serves to force the change from px to rem automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Adobe XD Rem fix

Download Adobe XD Rem fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Adobe XD Rem fix Adobe XD Rem fix
ID dppocgklbdkbfneadpfbodohoopacpdf
Officiële URL https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf
Beschrijving It is only a small script that serves to force the change from px to rem automatically
Bestandsgrootte 16.65 KB
Aantal Installaties 589
Huidige Versie 0.1
Laatst Bijgewerkt 2021-04-29
Publicatiedatum 2021-04-29
Ontwikkelaar Emmanuel Glez
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}