Bootstrapify

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

O que é Bootstrapify?

Bootstrapify é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bootstrapify

Baixe arquivos de extensão Bootstrapify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
URL Oficial https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
Descrição One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Tamanho do Arquivo 7.92 KB
Contagem de Instalações 42
Versão Atual 0.0.1
Última Atualização 2014-05-05
Data de Publicação 2014-05-04
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/kellyk/bootstrapify
URL da Página de Ajuda https://github.com/kellyk/bootstrapify/issues
Idiomas Suportados 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
}