Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

什麼是Scroll Alert?

Scroll Alert是由Hristiyan Dodov開發的Chrome擴展程式,該擴展的主要功能是“Warns you of horizontal scrollbars and helps you debug them.”。

擴展截圖

screenshot

下載Scroll Alert擴展crx文件

下載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
官方網址 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"
    }
}