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
}