Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Co je Scroll Alert?

Scroll Alert je rozšíření Chrome vyvinuté Hristiyan Dodov, a jeho hlavní funkcí je „Warns you of horizontal scrollbars and helps you debug them.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Scroll Alert

Stáhněte si soubory rozšíření Scroll Alert ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Oficiální URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Popis Warns you of horizontal scrollbars and helps you debug them.
Velikost souboru 12.89 KB
Počet instalací 159
Aktuální Verze 1.0.0
Poslední Aktualizace 2018-09-17
Datum Vydání 2018-09-17
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Hristiyan Dodov
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}