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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Supercharge your Webflow productivity with the Minimal Square Chrome Extension."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Minimal Square - Webflow Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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 } ] } |