bootify - A Bootstrap Injector

Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…

bootify - A Bootstrap Injectorとは何ですか?

bootify - A Bootstrap InjectorはJosh Weinによって開発されたChromeの拡張機能で、その主な機能は「Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…」です。

拡張機能のスクリーンショット

screenshot
screenshot

bootify - A Bootstrap Injector拡張機能のCRXファイルをダウンロード

bootify - A Bootstrap Injector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds bootstrap to the current web page because who doesn't like more bootstrap.

Includes an options page and context menus to save websites that you always want bootstrap on.

Works great for old websites like your college professor's. Not recommended for websites that are already responsive.

Source Code: https://github.com/JoshWein/bootify                    

拡張機能の基本情報

名前 bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
公式URL https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
説明 Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
ファイルサイズ 27.38 KB
インストール数 32
現在のバージョン 0.96
最終更新日 2016-04-21
公開日 2016-04-20
開発者 Josh Wein
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/JoshWein/bootify
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bootify - A Bootstrap Injector",
    "version": "0.96",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Add bootstrap to page."
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "load.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon16dis.png",
        "128": "icon128.png"
    }
}