Bootstrapify

One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…

What is Bootstrapify?

Bootstrapify is a Chrome extension developed by Unknown, and its main feature is "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Extension Screenshots

screenshot

Download Bootstrapify Extension CRX File

Download Bootstrapify 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

                        One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user styles with Twitter Bootstrap styles. The resulting page will have a white background and black text (no background images), large font size and adequate line height, Twitter Bootstrap typography, including heading sizes, sans-serif font, and Bootstrap enhancements to standard elements including tables, forms and buttons.

Please consider contributing to this plugin on Github!
https://github.com/kellyk/bootstrapify                    

Extension Basic Information

Name Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
Official URL https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Description One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
File Size 7.92 KB
Installation Count 42
Current Version 0.0.1
Last Updated 2014-05-05
Publish Date 2014-05-04
Rating 5.00/5 Total 3 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/kellyk/bootstrapify
Help Page URL https://github.com/kellyk/bootstrapify/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrapify",
    "version": "0.0.1",
    "permissions": [
        "activeTab",
        "http:\/\/www.bootstrapcdn.com\/"
    ],
    "background": {
        "scripts": [
            "startup.js",
            "bootstrapify.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Import Bootstrap Styles"
    },
    "manifest_version": 2
}