Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Bootstrap Grid Overlay là gì?
Bootstrap Grid Overlay là một tiện ích mở rộng Chrome được phát triển bởi rule-page-az, và tính năng chính của nó là "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bootstrap Grid Overlay
Tải xuống các tệp mở rộng Bootstrap Grid Overlay 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
URL Chính Thức | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Mô tả | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Kích Thước Tệp | 39.64 KB |
Số Lần Cài Đặt | 26,085 |
Phiên Bản Hiện Tại | 0.1.11 |
Cập Nhật Lần Cuối | 2023-09-05 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 4.13/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | rule-page-az |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://sites.google.com/view/manage-request/home |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |