Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Что такое Scroll Alert?

Scroll Alert - это расширение Chrome, разработанное Hristiyan Dodov, и его основная функция - "Warns you of horizontal scrollbars and helps you debug them.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scroll Alert

Скачайте файлы расширений Scroll Alert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Features:

- Monitors the page only when DevTools is open to avoid slowing sites while browsing casually
- All elements out of page are shown in a "Scroll Alert" pane under the Elements panel in DevTools and can be clicked to point the inspector to them
- Whenever overflow is detected, a warning appears in the DevTools console
- Elements extending beyond the browser window have red shadow and outline to be found easily                    

Основная информация о расширении

Название Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Официальный URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Описание Warns you of horizontal scrollbars and helps you debug them.
Размер файла 12.89 KB
Количество установок 159
Текущая Версия 1.0.0
Последнее Обновление 2018-09-17
Дата публикации 2018-09-17
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Hristiyan Dodov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Scroll Alert",
    "description": "Warns you of horizontal scrollbars and helps you debug them.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        ""
    ],
    "devtools_page": "devtools\/index.html",
    "browser_action": {
        "default_icon": "img\/icon-16.png"
    }
}