Minimal Square - Webflow Chrome Extension
Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Qu'est-ce que Minimal Square - Webflow Chrome Extension ?
Minimal Square - Webflow Chrome Extension est une extension Chrome développée par Minimal Square, et sa fonction principale est "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal Square - Webflow Chrome Extension
Téléchargez les fichiers d'extension Minimal Square - Webflow Chrome Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Minimal Square - Webflow Chrome Extension |
ID | gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
URL Officiel | https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
Description | Supercharge your Webflow productivity with the Minimal Square Chrome Extension. |
Taille du Fichier | 11.17 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2023-12-26 |
Date de Publication | 2023-04-20 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Minimal Square |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } ] } |