Bootstrapify

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

什么是Bootstrapify?

Bootstrapify是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…”。

扩展截图

screenshot

下载Bootstrapify扩展crx文件

下载Bootstrapify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Bootstrapify Bootstrapify
ID hblmelfajaaodoajgfmobneamfbomkkd
官方URL https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd
简介 One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
文件大小 7.92 KB
安装次数 42
当前版本 0.0.1
更新时间 2014-05-05
上架时间 2014-05-04
评分 5.00/5 共3次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/kellyk/bootstrapify
帮助页面URL https://github.com/kellyk/bootstrapify/issues
支持的语言 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
}