Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Apa itu Wizardry Technique Converter?
Wizardry Technique Converter adalah ekstensi Chrome yang dikembangkan oleh timothymricks, dan fitur utamanya adalah "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Wizardry Technique Converter
Unduh file ekstensi Wizardry Technique Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Wizardry Technique Converter |
ID | oggfflpobpmaaolghdfoofejdjldnnjl |
URL Resmi | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
Deskripsi | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
Ukuran File | 124 KB |
Jumlah Instalasi | 4,154 |
Versi Saat Ini | 7.0.3 |
Terakhir Diperbarui | 2024-02-10 |
Tanggal Publikasi | 2020-09-08 |
Penilaian | 4.65/5 Total 20 Penilaian |
Pengembang | timothymricks |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://wizardry-technique.webflow.io/ |
Bahasa yang Didukung | 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" } } |