Bootstrap grid viewer

Detects Bootstrap Grid elements on a page and displays visual overlay for them

Bootstrap grid viewer là gì?

Bootstrap grid viewer là một tiện ích mở rộng Chrome được phát triển bởi Rastislav Hepner, và tính năng chính của nó là "Detects Bootstrap Grid elements on a page and displays visual overlay for them".

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

screenshot
screenshot
screenshot

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

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

                        While working with a bootstrap grid, it can be hard to understand how much space content is actually taking, or whether it’s aligned with other elements properly. This extension removes those unknowns. By visualization of grid elements, it builds up your intuition in laying out the content, helps with identifying sizing and alignment problems at glance, and ultimately improves the overall development time.
 It’s simple to use. Just one click and you’re provided with a list of Bootstrap grid elements present on the page. By clicking on any of those, you get a visual overlay over that element. By another click it’s possible to extend the overlay to viewport height and use it as a generic ruler.
 Overlay itself is not just commonly placed. It aligns with the grid element precisely, which means it works with more complex nested grids as well.
Furthermore, overlay gutter sizes are a true reflection of the underlying grid element. Any change of gutters initiated by use of Bootstrap classes will be reflected in an overlay.

Features:
-  provides visual feedback on grid elements ( container & row )
-  helps with troubleshooting issues like an alignment or sizing
-  saves development time
-  works with nested grids
-  reflects gutter changes performed via default Bootstrap classes

Note: Extension works with default Bootstrap Grid only. Use of customized Bootstrap grid classes / elements will break compatibility.                    

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

Tên Bootstrap grid viewer Bootstrap grid viewer
ID lfhfmkeojcgnpgpnmknfkdbafbijinga
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-grid-viewer/lfhfmkeojcgnpgpnmknfkdbafbijinga
Mô tả Detects Bootstrap Grid elements on a page and displays visual overlay for them
Kích Thước Tệp 34.09 KB
Số Lần Cài Đặt 492
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2022-06-06
Ngày Phát Hành 2022-05-05
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Rastislav Hepner
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/raswonders/bootstrap-grid-viewer/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap grid viewer",
    "description": "Detects Bootstrap Grid elements on a page and displays visual overlay for them",
    "version": "0.2.1",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "src\/img\/icon16.png",
        "48": "src\/img\/icon48.png",
        "128": "src\/img\/icon128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    }
}