Instant Bootstrap

Customize Bootstrap 3 on your page instantly!

Cos'è Instant Bootstrap?

Instant Bootstrap è un'estensione di Chrome sviluppata da pswai, e la sua funzione principale è "Customize Bootstrap 3 on your page instantly!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instant Bootstrap

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

                        With Instant Bootstrap, you can:

- Customize Bootstrap 3 variables and apply it to your site directly
- Save customized LESS variables
- Save compiled CSS

What's new in version 0.0.6:
- Added support for Bootstrap 3.3.4 and 3.3.5 (default)

Version 0.0.5:
- Added support for Bootstrap 3.1.0, 3.1.1, 3.2.0, 3.3.0, 3.3.1 and 3.3.2 (default)
- Perserve customisation after page reload                    

Informazioni di Base sull'Estensione

Nome Instant Bootstrap Instant Bootstrap
ID dpjeddfjmkmmacnlckclijanockagmoc
URL Ufficiale https://chrome.google.com/webstore/detail/instant-bootstrap/dpjeddfjmkmmacnlckclijanockagmoc
Descrizione Customize Bootstrap 3 on your page instantly!
Dimensione del File 681 KB
Conteggio Installazioni 58
Versione Corrente 0.0.6
Ultimo Aggiornamento 2015-06-29
Data di Pubblicazione 2015-06-29
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore pswai
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pswai/instant-bootstrap
URL della Pagina di Aiuto https://github.com/pswai/instant-bootstrap/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Bootstrap",
    "version": "0.0.6",
    "description": "Customize Bootstrap 3 on your page instantly!",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}