Bootstrap 5 Breakpoint Detection Overlay

Showing overlay of what breakpoint for current screen size.

Bootstrap 5 Breakpoint Detection Overlay là gì?

Bootstrap 5 Breakpoint Detection Overlay là một tiện ích mở rộng Chrome được phát triển bởi Zemmy Indrapatih, và tính năng chính của nó là "Showing overlay of what breakpoint for current screen size.".

Ả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 Bootstrap 5 Breakpoint Detection Overlay

Tải xuống các tệp mở rộng Bootstrap 5 Breakpoint Detection Overlay 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

                        Showing overlay of what breakpoint for current screen size which add productivity when designing Bootstrap UI.

Support my work:
https://www.buymeacoffee.com/zemmyindrapatih                    

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

Tên Bootstrap 5 Breakpoint Detection Overlay Bootstrap 5 Breakpoint Detection Overlay
ID hngmjfgnnealnjjcimmcmdajajpfjfof
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof
Mô tả Showing overlay of what breakpoint for current screen size.
Kích Thước Tệp 25.97 KB
Số Lần Cài Đặt 467
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2024-01-21
Ngày Phát Hành 2022-03-09
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zemmy Indrapatih
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap 5 Breakpoint Detection Overlay",
    "description": "Showing overlay of what breakpoint for current screen size.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ]
}