Adobe XD Rem fix

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

Was ist Adobe XD Rem fix?

Adobe XD Rem fix ist eine Chrome-Erweiterung, die von Emmanuel Glez entwickelt wurde, und ihr Hauptmerkmal ist "It is only a small script that serves to force the change from px to rem automatically".

Erweiterungsscreenshots

screenshot

Adobe XD Rem fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Adobe XD Rem fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Adobe XD Rem fix Adobe XD Rem fix
ID dppocgklbdkbfneadpfbodohoopacpdf
Offizielle URL https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf
Beschreibung It is only a small script that serves to force the change from px to rem automatically
Dateigröße 16.65 KB
Installationsanzahl 589
Aktuelle Version 0.1
Letztes Update 2021-04-29
Veröffentlichungsdatum 2021-04-29
Entwickler Emmanuel Glez
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}