Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Co to jest Scroll Alert?

Scroll Alert to rozszerzenie Chrome opracowane przez Hristiyan Dodov, a jego główną funkcją jest „Warns you of horizontal scrollbars and helps you debug them.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scroll Alert

Pobierz pliki rozszerzeń Scroll Alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Oficjalny URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Opis Warns you of horizontal scrollbars and helps you debug them.
Rozmiar pliku 12.89 KB
Liczba instalacji 159
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-09-17
Data Publikacji 2018-09-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Hristiyan Dodov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}