Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Cos'è Wizardry Technique Converter?
Wizardry Technique Converter è un'estensione di Chrome sviluppata da timothymricks, e la sua funzione principale è "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wizardry Technique Converter
Scarica i file di estensione Wizardry Technique Converter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Wizardry Technique Converter |
ID | oggfflpobpmaaolghdfoofejdjldnnjl |
URL Ufficiale | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
Descrizione | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
Dimensione del File | 124 KB |
Conteggio Installazioni | 4,154 |
Versione Corrente | 7.0.3 |
Ultimo Aggiornamento | 2024-02-10 |
Data di Pubblicazione | 2020-09-08 |
Valutazione | 4.65/5 Totale 20 Valutazioni |
Sviluppatore | timothymricks |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wizardry-technique.webflow.io/ |
Lingue Supportate | 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" } } |