bootify - A Bootstrap Injector

Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…

What is bootify - A Bootstrap Injector?

bootify - A Bootstrap Injector is a Chrome extension developed by Josh Wein, and its main feature is "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".

Extension Screenshots

screenshot
screenshot

Download bootify - A Bootstrap Injector Extension CRX File

Download bootify - A Bootstrap Injector 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

                        Adds bootstrap to the current web page because who doesn't like more bootstrap.

Includes an options page and context menus to save websites that you always want bootstrap on.

Works great for old websites like your college professor's. Not recommended for websites that are already responsive.

Source Code: https://github.com/JoshWein/bootify                    

Extension Basic Information

Name bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
Official URL https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
Description Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
File Size 27.38 KB
Installation Count 32
Current Version 0.96
Last Updated 2016-04-21
Publish Date 2016-04-20
Developer Josh Wein
Email [email protected]
Payment Type free
Help Page URL https://github.com/JoshWein/bootify
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bootify - A Bootstrap Injector",
    "version": "0.96",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add bootstrap to page."
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon16dis.png",
        "128": "icon128.png"
    }
}