Instant Bootstrap

Customize Bootstrap 3 on your page instantly!

Wat is Instant Bootstrap?

Instant Bootstrap is een Chrome-extensie ontwikkeld door pswai, en de belangrijkste functie is "Customize Bootstrap 3 on your page instantly!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instant Bootstrap

Download Instant Bootstrap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Instant Bootstrap Instant Bootstrap
ID dpjeddfjmkmmacnlckclijanockagmoc
Officiële URL https://chrome.google.com/webstore/detail/instant-bootstrap/dpjeddfjmkmmacnlckclijanockagmoc
Beschrijving Customize Bootstrap 3 on your page instantly!
Bestandsgrootte 681 KB
Aantal Installaties 58
Huidige Versie 0.0.6
Laatst Bijgewerkt 2015-06-29
Publicatiedatum 2015-06-29
Beoordeling 2.00/5 Totaal 1 Beoordelingen
Ontwikkelaar pswai
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/pswai/instant-bootstrap
Help Pagina-URL https://github.com/pswai/instant-bootstrap/issues
Ondersteunde Talen 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",
        ""
    ]
}