Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Vad är Bootstrap Grid Overlay?
Bootstrap Grid Overlay är en Chrome-tillägg utvecklad av rule-page-az, och dess huvudfunktion är "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.".
Tilläggsskärmbilder
Ladda ner Bootstrap Grid Overlay-förlängningens CRX-fil
Ladda ner Bootstrap Grid Overlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Officiell webbadress | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Beskrivning | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Filstorlek | 39.64 KB |
Antal Installationer | 26,085 |
Aktuell Version | 0.1.11 |
Senast Uppdaterad | 2023-09-05 |
Publiceringsdatum | 2020-06-30 |
Betyg | 4.13/5 Totalt 45 Betyg |
Utvecklare | rule-page-az |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://sites.google.com/view/manage-request/home |
Stödda Språk | 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" ] } |