Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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"
}
}