Adobe XD Rem fix
It is only a small script that serves to force the change from px to rem automatically
Apa itu Adobe XD Rem fix?
Adobe XD Rem fix adalah ekstensi Chrome yang dikembangkan oleh Emmanuel Glez, dan fitur utamanya adalah "It is only a small script that serves to force the change from px to rem automatically".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Adobe XD Rem fix
Unduh file ekstensi Adobe XD Rem fix dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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)
Informasi Dasar Ekstensi
Nama | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
URL Resmi | https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf |
Deskripsi | It is only a small script that serves to force the change from px to rem automatically |
Ukuran File | 16.65 KB |
Jumlah Instalasi | 589 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2021-04-29 |
Tanggal Publikasi | 2021-04-29 |
Pengembang | Emmanuel Glez |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |