Wizardry Technique Converter

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

Co je Wizardry Technique Converter?

Wizardry Technique Converter je rozšíření Chrome vyvinuté timothymricks, a jeho hlavní funkcí je „Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Wizardry Technique Converter

Stáhněte si soubory rozšíření Wizardry Technique Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wizardry Technique Converter Wizardry Technique Converter
ID oggfflpobpmaaolghdfoofejdjldnnjl
Oficiální URL https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl
Popis Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Velikost souboru 124 KB
Počet instalací 4,154
Aktuální Verze 7.0.3
Poslední Aktualizace 2024-02-10
Datum Vydání 2020-09-08
Hodnocení 4.65/5 Celkem 20 Hodnocení
Vývojář timothymricks
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://wizardry-technique.webflow.io/
Podporované Jazyky 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"
    }
}