Minimal Square - Webflow Chrome Extension
Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Minimal Square - Webflow Chrome Extensionとは何ですか?
Minimal Square - Webflow Chrome ExtensionはMinimal Squareによって開発されたChromeの拡張機能で、その主な機能は「Supercharge your Webflow productivity with the Minimal Square Chrome Extension.」です。
拡張機能のスクリーンショット
Minimal Square - Webflow Chrome Extension拡張機能のCRXファイルをダウンロード
Minimal Square - Webflow Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Minimal Square - Webflow Chrome Extension |
ID | gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
公式URL | https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla |
説明 | Supercharge your Webflow productivity with the Minimal Square Chrome Extension. |
ファイルサイズ | 11.17 KB |
インストール数 | 211 |
現在のバージョン | 1.0.1 |
最終更新日 | 2023-12-26 |
公開日 | 2023-04-20 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Minimal Square |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } ] } |