Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Wat is Wizardry Technique Converter?
Wizardry Technique Converter is een Chrome-extensie ontwikkeld door timothymricks, en de belangrijkste functie is "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow".
Extensie Screenshots
Download het CRX-bestand van de extensie Wizardry Technique Converter
Download Wizardry Technique Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | oggfflpobpmaaolghdfoofejdjldnnjl |
| Officiële URL | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
| Beschrijving | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
| Bestandsgrootte | 124 KB |
| Aantal Installaties | 4,154 |
| Huidige Versie | 7.0.3 |
| Laatst Bijgewerkt | 2024-02-10 |
| Publicatiedatum | 2020-09-08 |
| Beoordeling | 4.65/5 Totaal 20 Beoordelingen |
| Ontwikkelaar | timothymricks |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://wizardry-technique.webflow.io/ |
| Ondersteunde Talen | 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"
}
} | |