Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Hvad er Scroll Alert?

Scroll Alert er en Chrome-udvidelse udviklet af Hristiyan Dodov, og dens hovedfunktion er "Warns you of horizontal scrollbars and helps you debug them.".

Udvidelsesskærmbilleder

screenshot

Download Scroll Alert-udvidelses-CRX-fil

Download Scroll Alert-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Officiel URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Beskrivelse Warns you of horizontal scrollbars and helps you debug them.
Filstørrelse 12.89 KB
Antal Installationer 159
Nuværende Version 1.0.0
Senest Opdateret 2018-09-17
Udgivelsesdato 2018-09-17
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Hristiyan Dodov
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}