BSInfo - Bootstrap Info Box

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

BSInfo - Bootstrap Info Boxคืออะไร?

BSInfo - Bootstrap Info Box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Propra และคุณลักษณะหลักของมันคือ "Shows a box with information about the currently used bootstrap version and current grid breakpoint"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BSInfo - Bootstrap Info Box

ดาวน์โหลดไฟล์ส่วนขยาย BSInfo - Bootstrap Info Box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BSInfo - Bootstrap Info Box BSInfo - Bootstrap Info Box
ID pegegcbjkghiphdgfgbifbelkpnljkbm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bsinfo-bootstrap-info-box/pegegcbjkghiphdgfgbifbelkpnljkbm
คำอธิบาย Shows a box with information about the currently used bootstrap version and current grid breakpoint
ขนาดไฟล์ 81.18 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2018-07-27
วันที่เผยแพร่ 2018-07-27
ผู้พัฒนา Propra
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
        }
    ]
}