px <-> rem converter

Px-rem-converter converts px to rem and rem to px in real time

px <-> rem converterคืออะไร?

px <-> rem converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย programming.mood และคุณลักษณะหลักของมันคือ "Px-rem-converter converts px to rem and rem to px in real time"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย px <-> rem converter

ดาวน์โหลดไฟล์ส่วนขยาย px <-> rem converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Px to Rem converter is a simple Chrome extension that converts px to rem and rem to px in real time, allowing to copy the converted value to the clipboard.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ px <-> rem converter px <-> rem converter
ID fbccijgkaimaokofilmeiebiocahgllj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/px-%3C-%3E-rem-converter/fbccijgkaimaokofilmeiebiocahgllj
คำอธิบาย Px-rem-converter converts px to rem and rem to px in real time
ขนาดไฟล์ 8.26 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-17
วันที่เผยแพร่ 2023-01-17
ผู้พัฒนา programming.mood
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/marianapatcosta/px-rem-converter/issues
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "px <-> rem converter",
    "version": "1.0.0",
    "description": "Px-rem-converter converts px to rem and rem to px in real time",
    "manifest_version": 3,
    "author": "Mariana COsta",
    "action": {
        "default_popup": "index.html",
        "default_title": "px <-> rem converter"
    },
    "icons": {
        "32": "px-to-rem.png",
        "48": "px-to-rem.png",
        "128": "px-to-rem.png"
    }
}