Minimal Square - Webflow Chrome Extension
Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Wat is Minimal Square - Webflow Chrome Extension?
Minimal Square - Webflow Chrome Extension is een Chrome-extensie ontwikkeld door Minimal Square, en de belangrijkste functie is "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal Square - Webflow Chrome Extension
Download Minimal Square - Webflow Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
| Officiële URL | https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
| Beschrijving | Supercharge your Webflow productivity with the Minimal Square Chrome Extension. |
| Bestandsgrootte | 11.17 KB |
| Aantal Installaties | 211 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-12-26 |
| Publicatiedatum | 2023-04-20 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Minimal Square |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
}
]
} | |