Scroll Alert

Warns you of horizontal scrollbars and helps you debug them.

O que é Scroll Alert?

Scroll Alert é uma extensão do Chrome desenvolvida por Hristiyan Dodov, e sua principal característica é "Warns you of horizontal scrollbars and helps you debug them.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scroll Alert

Baixe arquivos de extensão Scroll Alert no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Scroll Alert Scroll Alert
ID lcgclhobhdablbhbfngdoaakddcakjfj
URL Oficial https://chromewebstore.google.com/detail/scroll-alert/lcgclhobhdablbhbfngdoaakddcakjfj
Descrição Warns you of horizontal scrollbars and helps you debug them.
Tamanho do Arquivo 12.89 KB
Contagem de Instalações 159
Versão Atual 1.0.0
Última Atualização 2018-09-17
Data de Publicação 2018-09-17
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Hristiyan Dodov
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}