Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Hvad er Bootstrap Grid Overlay?
Bootstrap Grid Overlay er en Chrome-udvidelse udviklet af rule-page-az, og dens hovedfunktion er "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Udvidelsesskærmbilleder
Download Bootstrap Grid Overlay-udvidelses-CRX-fil
Download Bootstrap Grid Overlay-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Officiel URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Beskrivelse | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Filstørrelse | 39.64 KB |
Antal Installationer | 26,085 |
Nuværende Version | 0.1.11 |
Senest Opdateret | 2023-09-05 |
Udgivelsesdato | 2020-06-30 |
Bedømmelse | 4.13/5 Samlet 45 Bedømmelser |
Udvikler | rule-page-az |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://sites.google.com/view/manage-request/home |
Understøttede Sprog | 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" ] } |