Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Was ist Bootstrap Grid Overlay?
Bootstrap Grid Overlay ist eine Chrome-Erweiterung, die von rule-page-az entwickelt wurde, und ihr Hauptmerkmal ist "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Erweiterungsscreenshots
Bootstrap Grid Overlay-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bootstrap Grid Overlay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Offizielle URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Beschreibung | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Dateigröße | 39.64 KB |
Installationsanzahl | 26,085 |
Aktuelle Version | 0.1.11 |
Letztes Update | 2023-09-05 |
Veröffentlichungsdatum | 2020-06-30 |
Bewertung | 4.13/5 Insgesamt 45 Bewertungen |
Entwickler | rule-page-az |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/manage-request/home |
Unterstützte Sprachen | 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" ] } |