Bootstrap Grid Overlay

Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.

Cos'è Bootstrap Grid Overlay?

Bootstrap Grid Overlay è un'estensione di Chrome sviluppata da rule-page-az, e la sua funzione principale è "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bootstrap Grid Overlay

Scarica i file di estensione Bootstrap Grid 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

                        Click the Bootstrap Grid Overlay icon to toggle the overlay on and off. If Bootstrap Grid Overlay finds the Bootstrap grid classes in any of your application's CSS files, a Bootstrap grid will be displayed based on those styles.

Features:
- Allows user to click through the overlay to target specific elements while using the Chrome Developer Tools
- Allows user to enable/disable a fluid container
- Allows user to view the current Bootstrap breakpoint
- Allows user to set the opacity of the Bootstrap grid overlay                    

Informazioni di Base sull'Estensione

Nome Bootstrap Grid Overlay Bootstrap Grid Overlay
ID mnlklmelflkheijccafopdohgclfefcg
URL Ufficiale https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg
Descrizione Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Dimensione del File 39.64 KB
Conteggio Installazioni 26,085
Versione Corrente 0.1.11
Ultimo Aggiornamento 2023-09-05
Data di Pubblicazione 2020-06-30
Valutazione 4.13/5 Totale 45 Valutazioni
Sviluppatore rule-page-az
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/manage-request/home
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid Overlay",
    "version": "0.1.11",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.",
    "homepage_url": "https:\/\/github.com\/1forh\/bs-grid-chrome-extension",
    "browser_action": {
        "default_icon": "src\/media\/icon-48.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}