Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Wat is Scroll Alert?

Scroll Alert is een Chrome-extensie ontwikkeld door Hristiyan Dodov, en de belangrijkste functie is "Warns you of horizontal scrollbars and helps you debug them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scroll Alert

Download Scroll Alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Officiële URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Beschrijving Warns you of horizontal scrollbars and helps you debug them.
Bestandsgrootte 12.89 KB
Aantal Installaties 159
Huidige Versie 1.0.0
Laatst Bijgewerkt 2018-09-17
Publicatiedatum 2018-09-17
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Hristiyan Dodov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}