Bootstrap Grid Overlay
Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
Co to jest Bootstrap Grid Overlay?
Bootstrap Grid Overlay to rozszerzenie Chrome opracowane przez rule-page-az, a jego główną funkcją jest „Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bootstrap Grid Overlay
Pobierz pliki rozszerzeń Bootstrap Grid Overlay w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Bootstrap Grid Overlay |
ID | mnlklmelflkheijccafopdohgclfefcg |
Oficjalny URL | https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg |
Opis | Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks. |
Rozmiar pliku | 39.64 KB |
Liczba instalacji | 26,085 |
Aktualna Wersja | 0.1.11 |
Ostatnia Aktualizacja | 2023-09-05 |
Data Publikacji | 2020-06-30 |
Ocena | 4.13/5 Łącznie 45 Oceny |
Deweloper | rule-page-az |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://sites.google.com/view/manage-request/home |
Obsługiwane Języki | 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" ] } |