Bootstrap 4 Viewport

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

Bootstrap 4 Viewport क्या है?

Bootstrap 4 Viewport JMendoza.es द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects and shows (XL, LG, MD, SM, Col) values depending on the window width."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bootstrap 4 Viewport एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Bootstrap 4 Viewport Bootstrap 4 Viewport
ID pdcejjpmicbdgdoioalhmjmhonbaobjm
आधिकारिक URL https://chrome.google.com/webstore/detail/bootstrap-4-viewport/pdcejjpmicbdgdoioalhmjmhonbaobjm
विवरण Detects and shows (XL, LG, MD, SM, Col) values depending on the window width.
फ़ाइल का आकार 202 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-04-20
प्रकाशन तिथि 2019-04-20
रेटिंग 2.92/5 कुल 12 रेटिंग्स
डेवलपर JMendoza.es
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}