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
官方網址 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
電子郵箱 [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"
    }
}