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"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adobe XD Rem fix

ดาวน์โหลดไฟล์ส่วนขยาย Adobe XD Rem fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}