Bootstrapify

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

Was ist Bootstrapify?

Bootstrapify ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Erweiterungsscreenshots

screenshot

Bootstrapify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bootstrapify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
Offizielle URL https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Beschreibung One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Dateigröße 7.92 KB
Installationsanzahl 42
Aktuelle Version 0.0.1
Letztes Update 2014-05-05
Veröffentlichungsdatum 2014-05-04
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/kellyk/bootstrapify
Hilfeseite URL https://github.com/kellyk/bootstrapify/issues
Unterstützte Sprachen 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
}