Bootstrap 5 Breakpoint Detection Overlay

Showing overlay of what breakpoint for current screen size.

What is Bootstrap 5 Breakpoint Detection Overlay?

Bootstrap 5 Breakpoint Detection Overlay is a Chrome extension developed by Zemmy Indrapatih, and its main feature is "Showing overlay of what breakpoint for current screen size.".

Extension Screenshots

screenshot

Download Bootstrap 5 Breakpoint Detection Overlay Extension CRX File

Download Bootstrap 5 Breakpoint Detection Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Bootstrap 5 Breakpoint Detection Overlay Bootstrap 5 Breakpoint Detection Overlay
ID hngmjfgnnealnjjcimmcmdajajpfjfof
Official URL https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof
Description Showing overlay of what breakpoint for current screen size.
File Size 25.97 KB
Installation Count 467
Current Version 1.0.0
Last Updated 2024-01-21
Publish Date 2022-03-09
Rating 5.00/5 Total 4 Ratings
Developer Zemmy Indrapatih
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}