Adobe XD Rem fix
It is only a small script that serves to force the change from px to rem automatically
Qu'est-ce que Adobe XD Rem fix ?
Adobe XD Rem fix est une extension Chrome développée par Emmanuel Glez, et sa fonction principale est "It is only a small script that serves to force the change from px to rem automatically".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Adobe XD Rem fix
Téléchargez les fichiers d'extension Adobe XD Rem fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
URL Officiel | 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 |
Taille du Fichier | 16.65 KB |
Nombre d'Installations | 589 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-04-29 |
Date de Publication | 2021-04-29 |
Développeur | Emmanuel Glez |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |