Bootstrap 4 Viewport

Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.

Qu'est-ce que Bootstrap 4 Viewport ?

Bootstrap 4 Viewport est une extension Chrome développée par JMendoza.es, et sa fonction principale est "Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bootstrap 4 Viewport

Téléchargez les fichiers d'extension Bootstrap 4 Viewport 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

                        A small icon will show up indicating the current viewport code. When rescalating the window, the icon will stay visible all the time to give you the exact Bootstrap 4 resolution you're using in that moment. You can easily move it to place the indicator in the position that best suits for you. The position will be saved and kept for future website loads. The icon will only show up whenever a Bootstrap 4 website is loaded, if not it won't be shown to prevent confussion.                    

Informations de Base sur l'Extension

Nom Bootstrap 4 Viewport Bootstrap 4 Viewport
ID pdcejjpmicbdgdoioalhmjmhonbaobjm
URL Officiel https://chrome.google.com/webstore/detail/bootstrap-4-viewport/pdcejjpmicbdgdoioalhmjmhonbaobjm
Description Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.
Taille du Fichier 202 KB
Nombre d'Installations 1,000
Version Actuelle 1.1
Dernière Mise à Jour 2019-04-20
Date de Publication 2019-04-20
Évaluation 2.92/5 Total 12 Évaluations
Développeur JMendoza.es
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Bootstrap 4 Viewport",
    "version": "1.1",
    "description": "Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/content_scripts\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/bootstrap-stack.png",
        "32": "icons\/bootstrap-stack.png",
        "48": "icons\/bootstrap-stack.png",
        "128": "icons\/bootstrap-stack.png"
    },
    "page_action": {
        "default_popup": "src\/browser_action\/browser_action.html",
        "default_icon": {
            "16": "icons\/bootstrap-stack.png",
            "32": "icons\/bootstrap-stack.png",
            "48": "icons\/bootstrap-stack.png",
            "128": "icons\/bootstrap-stack.png"
        }
    },
    "manifest_version": 2
}