Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

What is Scroll Alert?

Scroll Alert is a Chrome extension developed by Hristiyan Dodov, and its main feature is "Warns you of horizontal scrollbars and helps you debug them.".

Extension Screenshots

screenshot

Download Scroll Alert Extension CRX File

Download Scroll Alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Official URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Description Warns you of horizontal scrollbars and helps you debug them.
File Size 12.89 KB
Installation Count 159
Current Version 1.0.0
Last Updated 2018-09-17
Publish Date 2018-09-17
Rating 5.00/5 Total 3 Ratings
Developer Hristiyan Dodov
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}