Bootstrap Viewport

Displays the current Bootstrap Viewport

什么是Bootstrap Viewport?

Bootstrap Viewport是由serhat-m开发的Chrome扩展程序,该扩展的主要功能是“Displays the current Bootstrap Viewport”。

扩展截图

screenshot

下载Bootstrap Viewport扩展crx文件

下载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."
}