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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Bootstrap Grid Overlay

قم بتنزيل ملفات الامتداد Bootstrap Grid Overlay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    ]
}