Bootstrapify

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

Qu'est-ce que Bootstrapify ?

Bootstrapify est une extension Chrome développée par Unknown, et sa fonction principale est "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bootstrapify

Téléchargez les fichiers d'extension Bootstrapify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
URL Officiel 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…
Taille du Fichier 7.92 KB
Nombre d'Installations 42
Version Actuelle 0.0.1
Dernière Mise à Jour 2014-05-05
Date de Publication 2014-05-04
Évaluation 5.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/kellyk/bootstrapify
URL de la Page d'Aide https://github.com/kellyk/bootstrapify/issues
Langues Prises en Charge 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
}