Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Scroll Alert là gì?

Scroll Alert là một tiện ích mở rộng Chrome được phát triển bởi Hristiyan Dodov, và tính năng chính của nó là "Warns you of horizontal scrollbars and helps you debug them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scroll Alert

Tải xuống các tệp mở rộng Scroll Alert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
URL Chính Thức https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Mô tả Warns you of horizontal scrollbars and helps you debug them.
Kích Thước Tệp 12.89 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-09-17
Ngày Phát Hành 2018-09-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Hristiyan Dodov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}