Bootstrap Grid Overlay

Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.

什么是Bootstrap Grid Overlay?

Bootstrap Grid Overlay是由rule-page-az开发的Chrome扩展程序,该扩展的主要功能是“Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.”。

扩展截图

screenshot
screenshot
screenshot

下载Bootstrap Grid Overlay扩展crx文件

下载Bootstrap Grid Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Click the Bootstrap Grid Overlay icon to toggle the overlay on and off. If Bootstrap Grid Overlay finds the Bootstrap grid classes in any of your application's CSS files, a Bootstrap grid will be displayed based on those styles.

Features:
- Allows user to click through the overlay to target specific elements while using the Chrome Developer Tools
- Allows user to enable/disable a fluid container
- Allows user to view the current Bootstrap breakpoint
- Allows user to set the opacity of the Bootstrap grid overlay                    

扩展基本信息

名称 Bootstrap Grid Overlay Bootstrap Grid Overlay
ID mnlklmelflkheijccafopdohgclfefcg
官方URL https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg
简介 Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
文件大小 39.64 KB
安装次数 26,085
当前版本 0.1.11
更新时间 2023-09-05
上架时间 2020-06-30
评分 4.13/5 共45次评分
开发者 rule-page-az
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/manage-request/home
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid Overlay",
    "version": "0.1.11",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.",
    "homepage_url": "https:\/\/github.com\/1forh\/bs-grid-chrome-extension",
    "browser_action": {
        "default_icon": "src\/media\/icon-48.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}