Bootstrap On

Booting and strapping.

What is Bootstrap On?

Bootstrap On is a Chrome extension developed by analogmidnight, and its main feature is "Booting and strapping.".

Extension Screenshots

screenshot

Download Bootstrap On Extension CRX File

Download Bootstrap On 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

                        Apply Bootstrap to any website. Bootstrap on. Just click on the icon!                    

Extension Basic Information

Name Bootstrap On Bootstrap On
ID cilopffkfdljdnaolllnegobgbokbhci
Official URL https://chrome.google.com/webstore/detail/bootstrap-on/cilopffkfdljdnaolllnegobgbokbhci
Description Booting and strapping.
File Size 1.68 MB
Installation Count 113
Current Version 1.2
Last Updated 2012-10-15
Publish Date 2012-10-15
Rating 4.88/5 Total 8 Ratings
Developer analogmidnight
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap On",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Booting and strapping.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "",
        "tabs"
    ],
    "background": {
        "scripts": [
            "bootstrapme.js"
        ],
        "persistent": false
    }
}