Bootstrap Viewport

Displays the current Bootstrap Viewport

Bootstrap Viewportคืออะไร?

Bootstrap Viewport เป็นส่วนขยายของ Chrome ที่พัฒนาโดย serhat-m และคุณลักษณะหลักของมันคือ "Displays the current Bootstrap Viewport"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrap Viewport

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

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

                        Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5.                    

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

ชื่อ Bootstrap Viewport Bootstrap Viewport
ID hbbkilahnbjmfhmfpckjpamaicggokje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje
คำอธิบาย Displays the current Bootstrap Viewport
ขนาดไฟล์ 15.01 KB
จำนวนการติดตั้ง 659
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2022-11-10
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา serhat-m
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bootstrap Viewport",
    "version": "0.2.1",
    "description": "Displays the current Bootstrap Viewport",
    "action": {
        "default_title": "Bootstrap Viewport",
        "default_popup": ".\/html\/popup.html"
    },
    "icons": {
        "16": ".\/bin\/img\/symbol16.png",
        "48": ".\/bin\/img\/symbol48.png",
        "128": ".\/bin\/img\/symbol128.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "css": [
                ".\/css\/bs-viewport.css"
            ],
            "js": [
                ".\/js\/bs-viewport.js",
                ".\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "type": "module"
        }
    ],
    "permissions": [
        "storage"
    ],
    "author": "Serhat M."
}