Instant Bootstrap

Customize Bootstrap 3 on your page instantly!

What is Instant Bootstrap?

Instant Bootstrap is a Chrome extension developed by pswai, and its main feature is "Customize Bootstrap 3 on your page instantly!".

Extension Screenshots

screenshot

Download Instant Bootstrap Extension CRX File

Download Instant Bootstrap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Instant Bootstrap Instant Bootstrap
ID dpjeddfjmkmmacnlckclijanockagmoc
Official URL https://chrome.google.com/webstore/detail/instant-bootstrap/dpjeddfjmkmmacnlckclijanockagmoc
Description Customize Bootstrap 3 on your page instantly!
File Size 681 KB
Installation Count 58
Current Version 0.0.6
Last Updated 2015-06-29
Publish Date 2015-06-29
Rating 2.00/5 Total 1 Ratings
Developer pswai
Email [email protected]
Payment Type free
Extension Website https://github.com/pswai/instant-bootstrap
Help Page URL https://github.com/pswai/instant-bootstrap/issues
Supported Languages 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",
        ""
    ]
}