Bootstrap 5 Breakpoint Detection Overlay
Showing overlay of what breakpoint for current screen size.
Wat is Bootstrap 5 Breakpoint Detection Overlay?
Bootstrap 5 Breakpoint Detection Overlay is een Chrome-extensie ontwikkeld door Zemmy Indrapatih, en de belangrijkste functie is "Showing overlay of what breakpoint for current screen size.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootstrap 5 Breakpoint Detection Overlay
Download Bootstrap 5 Breakpoint Detection 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
Showing overlay of what breakpoint for current screen size which add productivity when designing Bootstrap UI. Support my work: https://www.buymeacoffee.com/zemmyindrapatih
Basisinformatie over de Extensie
Naam | Bootstrap 5 Breakpoint Detection Overlay |
ID | hngmjfgnnealnjjcimmcmdajajpfjfof |
Officiële URL | https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof |
Beschrijving | Showing overlay of what breakpoint for current screen size. |
Bestandsgrootte | 25.97 KB |
Aantal Installaties | 467 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2024-01-21 |
Publicatiedatum | 2022-03-09 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Zemmy Indrapatih |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap 5 Breakpoint Detection Overlay", "description": "Showing overlay of what breakpoint for current screen size.", "version": "1.0.0", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png", "256": "icon256.png" }, "action": [], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "activeTab" ] } |