Bootstrap Viewport

Displays the current Bootstrap Viewport

Bootstrap Viewport là gì?

Bootstrap Viewport là một tiện ích mở rộng Chrome được phát triển bởi serhat-m, và tính năng chính của nó là "Displays the current Bootstrap Viewport".

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

screenshot

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

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

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

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

Tên Bootstrap Viewport Bootstrap Viewport
ID hbbkilahnbjmfhmfpckjpamaicggokje
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje
Mô tả Displays the current Bootstrap Viewport
Kích Thước Tệp 15.01 KB
Số Lần Cài Đặt 659
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2023-06-05
Ngày Phát Hành 2022-11-10
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển serhat-m
Email [email protected]
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": 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."
}