Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Vad är Scroll Alert?

Scroll Alert är en Chrome-tillägg utvecklad av Hristiyan Dodov, och dess huvudfunktion är "Warns you of horizontal scrollbars and helps you debug them.".

Tilläggsskärmbilder

screenshot

Ladda ner Scroll Alert-förlängningens CRX-fil

Ladda ner Scroll Alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Officiell webbadress https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Beskrivning Warns you of horizontal scrollbars and helps you debug them.
Filstorlek 12.89 KB
Antal Installationer 159
Aktuell Version 1.0.0
Senast Uppdaterad 2018-09-17
Publiceringsdatum 2018-09-17
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare Hristiyan Dodov
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}