Adobe XD Rem fix
It is only a small script that serves to force the change from px to rem automatically
Cos'è Adobe XD Rem fix?
Adobe XD Rem fix è un'estensione di Chrome sviluppata da Emmanuel Glez, e la sua funzione principale è "It is only a small script that serves to force the change from px to rem automatically".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Adobe XD Rem fix
Scarica i file di estensione Adobe XD Rem fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
URL Ufficiale | https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf |
Descrizione | It is only a small script that serves to force the change from px to rem automatically |
Dimensione del File | 16.65 KB |
Conteggio Installazioni | 589 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-04-29 |
Data di Pubblicazione | 2021-04-29 |
Sviluppatore | Emmanuel Glez |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |