Wizardry Technique Converter
Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow
Wizardry Technique Converter क्या है?
Wizardry Technique Converter timothymricks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wizardry Technique Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | oggfflpobpmaaolghdfoofejdjldnnjl |
| आधिकारिक URL | https://chromewebstore.google.com/detail/wizardry-technique-conver/oggfflpobpmaaolghdfoofejdjldnnjl |
| विवरण | Keyboard shortcuts for EM, REM, and Percentage conversions in Webflow |
| फ़ाइल का आकार | 124 KB |
| स्थापना संख्या | 4,154 |
| वर्तमान संस्करण | 7.0.3 |
| अंतिम अपडेट | 2024-02-10 |
| प्रकाशन तिथि | 2020-09-08 |
| रेटिंग | 4.65/5 कुल 20 रेटिंग्स |
| डेवलपर | timothymricks |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| एक्सटेंशन वेबसाइट | https://wizardry-technique.webflow.io/ |
| समर्थित भाषाएँ | 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"
}
} | |