Bootstrapify

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

Wat is Bootstrapify?

Bootstrapify is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bootstrapify

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

                        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                    

Basisinformatie over de Extensie

Naam Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
Officiële URL https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Beschrijving One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Bestandsgrootte 7.92 KB
Aantal Installaties 42
Huidige Versie 0.0.1
Laatst Bijgewerkt 2014-05-05
Publicatiedatum 2014-05-04
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/kellyk/bootstrapify
Help Pagina-URL https://github.com/kellyk/bootstrapify/issues
Ondersteunde Talen 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
}