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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rule-page-az และคุณลักษณะหลักของมันคือ "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrap Grid Overlay
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |