BSInfo - Bootstrap Info Box

Shows a box with information about the currently used bootstrap version and current grid breakpoint

BSInfo - Bootstrap Info Box là gì?

BSInfo - Bootstrap Info Box là một tiện ích mở rộng Chrome được phát triển bởi Propra, và tính năng chính của nó là "Shows a box with information about the currently used bootstrap version and current grid breakpoint".

Tải xuống tệp CRX của tiện ích mở rộng BSInfo - Bootstrap Info Box

Tải xuống các tệp mở rộng BSInfo - Bootstrap Info Box 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

                        Shows a info box with the bootstrap-version used and the current viewport / grid-size being used.

Release notes:

BSInfo 0.4 - July 27, 2018: 
Toggle state is now remembered per domain                    

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

Tên BSInfo - Bootstrap Info Box BSInfo - Bootstrap Info Box
ID pegegcbjkghiphdgfgbifbelkpnljkbm
URL Chính Thức https://chromewebstore.google.com/detail/bsinfo-bootstrap-info-box/pegegcbjkghiphdgfgbifbelkpnljkbm
Mô tả Shows a box with information about the currently used bootstrap version and current grid breakpoint
Kích Thước Tệp 81.18 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2018-07-27
Ngày Phát Hành 2018-07-27
Nhà Phát Triển Propra
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BSInfo - Bootstrap Info Box",
    "short_name": "BSInfo",
    "version": "0.4",
    "description": "Shows a box with information about the currently used bootstrap version and current grid breakpoint",
    "author": "Josha van Praag",
    "browser_action": {
        "default_icon": "img\/bs_logo.png",
        "default_title": "BSInfo"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/bs_logo_16.png",
        "128": "img\/bs_logo_128.png",
        "256": "img\/bs_logo_256.png"
    },
    "content_scripts": [
        {
            "css": [
                "bsinfo.css"
            ],
            "js": [
                "bsinfo.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ]
}