Wizardry Technique Converter

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

Wizardry Technique Converter란 무엇입니까?

Wizardry Technique Converter은(는) timothymricks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow"입니다.

확장 프로그램 스크린샷

screenshot

Wizardry Technique Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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