Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
O que é Wizardry Technique Converter?
Wizardry Technique Converter é uma extensão do Chrome desenvolvida por timothymricks, e sua principal característica é "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wizardry Technique Converter
Baixe arquivos de extensão Wizardry Technique Converter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Wizardry Technique Converter |
ID | oggfflpobpmaaolghdfoofejdjldnnjl |
URL Oficial | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
Descrição | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
Tamanho do Arquivo | 124 KB |
Contagem de Instalações | 4,154 |
Versão Atual | 7.0.3 |
Última Atualização | 2024-02-10 |
Data de Publicação | 2020-09-08 |
Classificação | 4.65/5 Total de 20 Avaliações |
Desenvolvedor | timothymricks |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://wizardry-technique.webflow.io/ |
Idiomas Suportados | 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" } } |