Minimal Square - Webflow Chrome Extension
Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Co je Minimal Square - Webflow Chrome Extension?
Minimal Square - Webflow Chrome Extension je rozšíření Chrome vyvinuté Minimal Square, a jeho hlavní funkcí je „Supercharge your Webflow productivity with the Minimal Square Chrome Extension.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Minimal Square - Webflow Chrome Extension
Stáhněte si soubory rozšíření Minimal Square - Webflow Chrome Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Minimal Square is a powerful and easy-to-use Chrome extension designed specifically for Webflow users. With this extension, you can easily rename Webflow classes on-the-fly, making it easier to organize your project and keep your code clean.
With a click of a button rename classes from client-first naming convention to Webflow Marketplace-compliant naming convention.
Your previous work will be backed up so you do not need to worry. Základní Informace o Rozšíření
| Název | |
| ID | gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
| Oficiální URL | https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
| Popis | Supercharge your Webflow productivity with the Minimal Square Chrome Extension. |
| Velikost souboru | 11.17 KB |
| Počet instalací | 211 |
| Aktuální Verze | 1.0.1 |
| Poslední Aktualizace | 2023-12-26 |
| Datum Vydání | 2023-04-20 |
| Hodnocení | 5.00/5 Celkem 3 Hodnocení |
| Vývojář | Minimal Square |
| [email protected] | |
| Typ Platby | free |
| Podporované Jazyky | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Minimal Square - Webflow Chrome Extension",
"author": "Minimal Square",
"version": "1.0.1",
"description": "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.",
"content_scripts": [
{
"js": [
"assets\/content-script-loader.index.js",
"assets\/content-script-loader.injected.js"
],
"matches": [
"https:\/\/*.design.webflow.com\/*"
],
"run_at": "document_idle",
"css": [
"assets\/index.js.css"
]
}
],
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*.design.webflow.com\/*"
],
"resources": [
"images\/*"
],
"use_dynamic_url": false
},
{
"matches": [
"https:\/\/*.design.webflow.com\/*"
],
"resources": [
"assets\/index.js",
"assets\/injected.js"
],
"use_dynamic_url": true
}
]
} | |