Adobe XD Rem fix
It is only a small script that serves to force the change from px to rem automatically
ما هو Adobe XD Rem fix؟
Adobe XD Rem fix هو إضافة Chrome تم تطويرها بواسطة Emmanuel Glez، والميزة الرئيسية لها هي "It is only a small script that serves to force the change from px to rem automatically".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Adobe XD Rem fix
قم بتنزيل ملفات الامتداد Adobe XD Rem fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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)
معلومات أساسية عن التمديد
الاسم | Adobe XD Rem fix |
ID | dppocgklbdkbfneadpfbodohoopacpdf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/adobe-xd-rem-fix/dppocgklbdkbfneadpfbodohoopacpdf |
الوصف | It is only a small script that serves to force the change from px to rem automatically |
حجم الملف | 16.65 KB |
عدد التثبيتات | 589 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-04-29 |
تاريخ النشر | 2021-04-29 |
المطور | Emmanuel Glez |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |