Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

Scroll Alert क्या है?

Scroll Alert Hristiyan Dodov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Warns you of horizontal scrollbars and helps you debug them."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Scroll Alert एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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