Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Qu'est-ce que Scroll Alert ?

Scroll Alert est une extension Chrome développée par Hristiyan Dodov, et sa fonction principale est "Warns you of horizontal scrollbars and helps you debug them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Scroll Alert

Téléchargez les fichiers d'extension Scroll Alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
URL Officiel https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Description Warns you of horizontal scrollbars and helps you debug them.
Taille du Fichier 12.89 KB
Nombre d'Installations 159
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-09-17
Date de Publication 2018-09-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur Hristiyan Dodov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}