Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Wizardry Technique Converter là gì?
Wizardry Technique Converter là một tiện ích mở rộng Chrome được phát triển bởi timothymricks, và tính năng chính của nó là "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wizardry Technique Converter
Tải xuống các tệp mở rộng Wizardry Technique Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wizardry Technique Converter |
ID | oggfflpobpmaaolghdfoofejdjldnnjl |
URL Chính Thức | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
Mô tả | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 4,154 |
Phiên Bản Hiện Tại | 7.0.3 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2020-09-08 |
Đánh Giá | 4.65/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | timothymricks |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wizardry-technique.webflow.io/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |