Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Apa itu Bootstrap Grid Overlay?
Bootstrap Grid Overlay adalah ekstensi Chrome yang dikembangkan oleh rule-page-az, dan fitur utamanya adalah "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Bootstrap Grid Overlay
Unduh file ekstensi Bootstrap Grid Overlay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
URL Resmi | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Deskripsi | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Ukuran File | 39.64 KB |
Jumlah Instalasi | 26,085 |
Versi Saat Ini | 0.1.11 |
Terakhir Diperbarui | 2023-09-05 |
Tanggal Publikasi | 2020-06-30 |
Penilaian | 4.13/5 Total 45 Penilaian |
Pengembang | rule-page-az |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://sites.google.com/view/manage-request/home |
Bahasa yang Didukung | 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" ] } |