Bootstrap grid viewer

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

Bootstrap grid viewer란 무엇입니까?

Bootstrap grid viewer은(는) Rastislav Hepner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects Bootstrap Grid elements on a page and displays visual overlay for them"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bootstrap grid viewer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bootstrap grid viewer Bootstrap grid viewer
ID lfhfmkeojcgnpgpnmknfkdbafbijinga
공식 URL https://chromewebstore.google.com/detail/bootstrap-grid-viewer/lfhfmkeojcgnpgpnmknfkdbafbijinga
설명 Detects Bootstrap Grid elements on a page and displays visual overlay for them
파일 크기 34.09 KB
설치 횟수 492
현재 버전 0.2.1
최근 업데이트 2022-06-06
출시 날짜 2022-05-05
평점 3.00/5 총 2 개의 평점
개발자 Rastislav Hepner
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/raswonders/bootstrap-grid-viewer/issues
지원되는 언어 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"
    }
}