Bootstrap 5 Breakpoint Detection Overlay

Showing overlay of what breakpoint for current screen size.

Bootstrap 5 Breakpoint Detection Overlayとは何ですか?

Bootstrap 5 Breakpoint Detection OverlayはZemmy Indrapatihによって開発されたChromeの拡張機能で、その主な機能は「Showing overlay of what breakpoint for current screen size.」です。

拡張機能のスクリーンショット

screenshot

Bootstrap 5 Breakpoint Detection Overlay拡張機能のCRXファイルをダウンロード

Bootstrap 5 Breakpoint Detection Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Bootstrap 5 Breakpoint Detection Overlay Bootstrap 5 Breakpoint Detection Overlay
ID hngmjfgnnealnjjcimmcmdajajpfjfof
公式URL https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof
説明 Showing overlay of what breakpoint for current screen size.
ファイルサイズ 25.97 KB
インストール数 467
現在のバージョン 1.0.0
最終更新日 2024-01-21
公開日 2022-03-09
評価 5.00/5 合計 4 レビュー
開発者 Zemmy Indrapatih
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}