Moreblocks Utility

Breakdance utility extension - Popup for CSS clamp expressions, performance utilities, and global style kit creation.

Moreblocks Utility là gì?

Moreblocks Utility là một tiện ích mở rộng Chrome được phát triển bởi Moreblocks, và tính năng chính của nó là "Breakdance utility extension - Popup for CSS clamp expressions, performance utilities, and global style kit creation.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Moreblocks Utility

Tải xuống các tệp mở rộng Moreblocks Utility 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

                        "Moreblocks Utility" is an invaluable browser extension designed to enhance your experience with the Breakdance builder. This tool provides various utilities that significantly improve your productivity and streamline your workflow. 

One of the primary features of this extension is its ability to generate clamp CSS expressions. This is facilitated through an intuitive interface where users can input minimum and maximum viewport widths, as well as corresponding font sizes. The extension takes care of the calculation and provides a clamp expression which helps ensure responsive font sizing across different viewport sizes. This is particularly useful for modern web development, where designing for a multitude of devices with varying screen sizes is a must.

The extension also features a performance utility that can be toggled on or off. This feature presumably alters the performance settings of the Breakdance builder to suit the user's preferences, potentially optimizing resource usage or enabling additional functionalities. 

Lastly, this utility tool houses a "Global Style Kit" which can be activated with a button. This kit can be understood as a set of predefined styles that can be applied universally across your project, thereby promoting design consistency and reducing repetitive coding efforts.

Moreover, the extension provides a convenient way to copy text content from a JSON file directly to your clipboard with a single click. The user interface is interactive with a variety of buttons that trigger specific actions and display corresponding visual feedback. 

Each of these features is designed to fit seamlessly into your workflow, offering time-saving functionalities right at your fingertips. Enhance your Breakdance builder experience with the "Moreblocks Utility" extension.                    

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

Tên Moreblocks Utility Moreblocks Utility
ID lkniacnafhdckgpgioiihloceclggkdl
URL Chính Thức https://chromewebstore.google.com/detail/moreblocks-utility/lkniacnafhdckgpgioiihloceclggkdl
Mô tả Breakdance utility extension - Popup for CSS clamp expressions, performance utilities, and global style kit creation.
Kích Thước Tệp 25.39 KB
Số Lần Cài Đặt 154
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2023-08-30
Ngày Phát Hành 2023-08-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Moreblocks
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://obstudios.io/moreblocks-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Moreblocks Utility",
    "version": "0.5.0",
    "description": "Breakdance utility extension - Popup for CSS clamp expressions, performance utilities, and global style kit creation.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "moreblocks--16a.png",
            "48": "moreblocks--48a.png",
            "128": "moreblocks--128a.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "MacCtrl+Shift+U"
            },
            "description": "Opens the Moreblocks Utility popup"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "text.json"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}