Wizardry Technique Converter

Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow

Wizardry Technique Converterคืออะไร?

Wizardry Technique Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย timothymricks และคุณลักษณะหลักของมันคือ "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wizardry Technique Converter

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

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

                        PX TO PERCENT - SHORTCUT
item px width / parent px width
example: 960/1920 space enter

PX TO EM / REM - SHORTCUT
type in any px value without the px unit
example: 967 space enter

PX TO EM / REM - OPTIONS

setunit (toggles between em / rem)
getunit (returns selected unit)

setbase (toggles between 1vw & 16px base font size)
getbase (returns selected base font size)

setsize1920 (sets artboard width to 1920)
getsize (returns selected artboard width)

note: setsize only used if base is 1vw                    

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

ชื่อ Wizardry Technique Converter Wizardry Technique Converter
ID oggfflpobpmaaolghdfoofejdjldnnjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl
คำอธิบาย Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 4,154
เวอร์ชันปัจจุบัน 7.0.3
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2020-09-08
คะแนน 4.65/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา timothymricks
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wizardry-technique.webflow.io/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wizardry Technique Converter",
    "version": "7.0.3",
    "description": "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow",
    "host_permissions": [
        "https:\/\/webflow.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.design.webflow.com\/*"
            ],
            "css": [
                "tim-webflow.css"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "wizardry.js"
            ]
        }
    ],
    "icons": {
        "160": "icons\/160icon.png",
        "320": "icons\/320icon.png"
    }
}