Bootstrapify

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

Vad är Bootstrapify?

Bootstrapify är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Tilläggsskärmbilder

screenshot

Ladda ner Bootstrapify-förlängningens CRX-fil

Ladda ner Bootstrapify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
Officiell webbadress https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Beskrivning One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Filstorlek 7.92 KB
Antal Installationer 42
Aktuell Version 0.0.1
Senast Uppdaterad 2014-05-05
Publiceringsdatum 2014-05-04
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://github.com/kellyk/bootstrapify
Hjälpsida URL https://github.com/kellyk/bootstrapify/issues
Stödda Språk 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
}