Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Was ist Scroll Alert?

Scroll Alert ist eine Chrome-Erweiterung, die von Hristiyan Dodov entwickelt wurde, und ihr Hauptmerkmal ist "Warns you of horizontal scrollbars and helps you debug them.".

Erweiterungsscreenshots

screenshot

Scroll Alert-Erweiterungs-CRX-Datei herunterladen

Laden Sie Scroll Alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Offizielle URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Beschreibung Warns you of horizontal scrollbars and helps you debug them.
Dateigröße 12.89 KB
Installationsanzahl 159
Aktuelle Version 1.0.0
Letztes Update 2018-09-17
Veröffentlichungsdatum 2018-09-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Hristiyan Dodov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}