Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Wat is Bootstrap Grid Overlay?
Bootstrap Grid Overlay is een Chrome-extensie ontwikkeld door rule-page-az, en de belangrijkste functie is "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootstrap Grid Overlay
Download Bootstrap Grid Overlay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Officiële URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Beschrijving | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Bestandsgrootte | 39.64 KB |
Aantal Installaties | 26,085 |
Huidige Versie | 0.1.11 |
Laatst Bijgewerkt | 2023-09-05 |
Publicatiedatum | 2020-06-30 |
Beoordeling | 4.13/5 Totaal 45 Beoordelingen |
Ontwikkelaar | rule-page-az |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/manage-request/home |
Ondersteunde Talen | 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" ] } |