Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Τι είναι το Scroll Alert;

Το Scroll Alert είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hristiyan Dodov, και η κύρια λειτουργία του είναι "Warns you of horizontal scrollbars and helps you debug them.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Scroll Alert

Λήψη αρχείων επέκτασης Scroll Alert σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
Επίσημο URL https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Περιγραφή Warns you of horizontal scrollbars and helps you debug them.
Μέγεθος Αρχείου 12.89 KB
Αριθμός Εγκαταστάσεων 159
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-09-17
Ημερομηνία Δημοσίευσης 2018-09-17
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Hristiyan Dodov
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}