Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Apa itu Scroll Alert?

Scroll Alert adalah ekstensi Chrome yang dikembangkan oleh Hristiyan Dodov, dan fitur utamanya adalah "Warns you of horizontal scrollbars and helps you debug them.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Scroll Alert

Unduh file ekstensi Scroll Alert dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
URL Resmi https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Deskripsi Warns you of horizontal scrollbars and helps you debug them.
Ukuran File 12.89 KB
Jumlah Instalasi 159
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-09-17
Tanggal Publikasi 2018-09-17
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Hristiyan Dodov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}