Bootstrapify

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

¿Qué es Bootstrapify?

Bootstrapify es una extensión de Chrome desarrollada por Unknown, y su función principal es "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bootstrapify

Descarga archivos de extensión Bootstrapify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
URL Oficial https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Descripción One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Tamaño del Archivo 7.92 KB
Cantidad de Instalaciones 42
Versión Actual 0.0.1
Última Actualización 2014-05-05
Fecha de Publicación 2014-05-04
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Sitio Web de la Extensión https://github.com/kellyk/bootstrapify
URL de la Página de Ayuda https://github.com/kellyk/bootstrapify/issues
Idiomas Soportados 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
}