Bootstrap 5 Breakpoint Detection Overlay

Showing overlay of what breakpoint for current screen size.

Cos'è Bootstrap 5 Breakpoint Detection Overlay?

Bootstrap 5 Breakpoint Detection Overlay è un'estensione di Chrome sviluppata da Zemmy Indrapatih, e la sua funzione principale è "Showing overlay of what breakpoint for current screen size.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bootstrap 5 Breakpoint Detection Overlay

Scarica i file di estensione Bootstrap 5 Breakpoint Detection Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Bootstrap 5 Breakpoint Detection Overlay Bootstrap 5 Breakpoint Detection Overlay
ID hngmjfgnnealnjjcimmcmdajajpfjfof
URL Ufficiale https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof
Descrizione Showing overlay of what breakpoint for current screen size.
Dimensione del File 25.97 KB
Conteggio Installazioni 467
Versione Corrente 1.0.0
Ultimo Aggiornamento 2024-01-21
Data di Pubblicazione 2022-03-09
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Zemmy Indrapatih
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}