Minimal Square - Webflow Chrome Extension

Supercharge your Webflow productivity with the Minimal Square Chrome Extension.

Minimal Square - Webflow Chrome Extension là gì?

Minimal Square - Webflow Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Minimal Square, và tính năng chính của nó là "Supercharge your Webflow productivity with the Minimal Square Chrome Extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Minimal Square - Webflow Chrome Extension

Tải xuống các tệp mở rộng Minimal Square - Webflow Chrome Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Minimal Square - Webflow Chrome Extension Minimal Square - Webflow Chrome Extension
ID gjpkkbpdkgekjembbfnkhjkmbjhfpmla
URL Chính Thức https://chromewebstore.google.com/detail/minimal-square-webflow-ch/gjpkkbpdkgekjembbfnkhjkmbjhfpmla
Mô tả Supercharge your Webflow productivity with the Minimal Square Chrome Extension.
Kích Thước Tệp 11.17 KB
Số Lần Cài Đặt 211
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2023-04-20
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Minimal Square
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}