Bootstrap 5 Breakpoint Detection Overlay

Showing overlay of what breakpoint for current screen size.

Qu'est-ce que Bootstrap 5 Breakpoint Detection Overlay ?

Bootstrap 5 Breakpoint Detection Overlay est une extension Chrome développée par Zemmy Indrapatih, et sa fonction principale est "Showing overlay of what breakpoint for current screen size.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bootstrap 5 Breakpoint Detection Overlay

Téléchargez les fichiers d'extension Bootstrap 5 Breakpoint Detection Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Showing overlay of what breakpoint for current screen size which add productivity when designing Bootstrap UI.

Support my work:
https://www.buymeacoffee.com/zemmyindrapatih                    

Informations de Base sur l'Extension

Nom Bootstrap 5 Breakpoint Detection Overlay Bootstrap 5 Breakpoint Detection Overlay
ID hngmjfgnnealnjjcimmcmdajajpfjfof
URL Officiel https://chromewebstore.google.com/detail/bootstrap-5-breakpoint-de/hngmjfgnnealnjjcimmcmdajajpfjfof
Description Showing overlay of what breakpoint for current screen size.
Taille du Fichier 25.97 KB
Nombre d'Installations 467
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-01-21
Date de Publication 2022-03-09
Évaluation 5.00/5 Total 4 Évaluations
Développeur Zemmy Indrapatih
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}