Bootstrap Grid Overlay

Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.

Bootstrap Grid Overlay क्या है?

Bootstrap Grid Overlay rule-page-az द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks."।

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

screenshot
screenshot
screenshot

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

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

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

                        Click the Bootstrap Grid Overlay icon to toggle the overlay on and off. If Bootstrap Grid Overlay finds the Bootstrap grid classes in any of your application's CSS files, a Bootstrap grid will be displayed based on those styles.

Features:
- Allows user to click through the overlay to target specific elements while using the Chrome Developer Tools
- Allows user to enable/disable a fluid container
- Allows user to view the current Bootstrap breakpoint
- Allows user to set the opacity of the Bootstrap grid overlay                    

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

नाम Bootstrap Grid Overlay Bootstrap Grid Overlay
ID mnlklmelflkheijccafopdohgclfefcg
आधिकारिक URL https://chromewebstore.google.com/detail/bootstrap-grid-overlay/mnlklmelflkheijccafopdohgclfefcg
विवरण Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.
फ़ाइल का आकार 39.64 KB
स्थापना संख्या 26,085
वर्तमान संस्करण 0.1.11
अंतिम अपडेट 2023-09-05
प्रकाशन तिथि 2020-06-30
रेटिंग 4.13/5 कुल 45 रेटिंग्स
डेवलपर rule-page-az
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/manage-request/home
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid Overlay",
    "version": "0.1.11",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid Overlay that automatically uses your application's styles to determine how it looks.",
    "homepage_url": "https:\/\/github.com\/1forh\/bs-grid-chrome-extension",
    "browser_action": {
        "default_icon": "src\/media\/icon-48.png"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}