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"
    }
}