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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}