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 là gì?

bootify - A Bootstrap Injector là một tiện ích mở rộng Chrome được phát triển bởi Josh Wein, và tính năng chính của nó là "Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng bootify - A Bootstrap Injector

Tải xuống các tệp mở rộng bootify - A Bootstrap Injector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên bootify - A Bootstrap Injector bootify - A Bootstrap Injector
ID ekbicbimdmfoehanpahkcajejciloahj
URL Chính Thức https://chromewebstore.google.com/detail/bootify-a-bootstrap-injec/ekbicbimdmfoehanpahkcajejciloahj
Mô tả Adds bootstrap to the current web page because who doesn't like more bootstrap. Includes an options page and context menus to save…
Kích Thước Tệp 27.38 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.96
Cập Nhật Lần Cuối 2016-04-21
Ngày Phát Hành 2016-04-20
Nhà Phát Triển Josh Wein
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/JoshWein/bootify
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}