Bootstrap Grid for any Website

Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.

Cos'è Bootstrap Grid for any Website?

Bootstrap Grid for any Website è un'estensione di Chrome sviluppata da Tam Nguyen, e la sua funzione principale è "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bootstrap Grid for any Website

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

                        Boostrap Grid will display 12 vitual bootstrap columns and padding  (grid) in your display. 
Click the Bootstrap Grid  icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct.

Ver1.1.0 Now extension can apply responsive as well.
Ver1.1.1 fix minor bug                    

Informazioni di Base sull'Estensione

Nome Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
URL Ufficiale https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
Descrizione Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Dimensione del File 42.21 KB
Conteggio Installazioni 3,423
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-01-18
Data di Pubblicazione 2019-01-17
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Tam Nguyen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid for any Website",
    "short_name": "Bootstrap Grid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.",
    "browser_action": {
        "default_icon": "src\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/content",
        "src\/content_temp",
        "libs\/jquery.js"
    ]
}