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."입니다.
확장 프로그램 스크린샷
Bootstrap Grid Overlay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |