Bootstrap 5 Breakpoint Detection Overlay
Showing overlay of what breakpoint for current screen size.
¿Qué es Bootstrap 5 Breakpoint Detection Overlay?
Bootstrap 5 Breakpoint Detection Overlay es una extensión de Chrome desarrollada por Zemmy Indrapatih, y su función principal es "Showing overlay of what breakpoint for current screen size.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bootstrap 5 Breakpoint Detection Overlay
Descarga archivos de extensión Bootstrap 5 Breakpoint Detection Overlay en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Showing overlay of what breakpoint for current screen size which add productivity when designing Bootstrap UI. Support my work: https://www.buymeacoffee.com/zemmyindrapatih
Información Básica de la Extensión
Nombre | Bootstrap 5 Breakpoint Detection Overlay |
ID | hngmjfgnnealnjjcimmcmdajajpfjfof |
URL Oficial | https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof |
Descripción | Showing overlay of what breakpoint for current screen size. |
Tamaño del Archivo | 25.97 KB |
Cantidad de Instalaciones | 467 |
Versión Actual | 1.0.0 |
Última Actualización | 2024-01-21 |
Fecha de Publicación | 2022-03-09 |
Calificación | 5.00/5 Total de 4 Calificaciones |
Desarrollador | Zemmy Indrapatih |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |