DOM Overflow
Highlights elements that overflow the viewport
O que é DOM Overflow?
DOM Overflow é uma extensão do Chrome desenvolvida por http://thepixelforge.co.uk, e sua principal característica é "Highlights elements that overflow the viewport".
Baixar o arquivo CRX da Extensão DOM Overflow
Baixe arquivos de extensão DOM Overflow 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
DOM Overflow is a simple plugin that highlights elements of the DOM overflowing the document width causing unwanted horizontal scrolling. Credits - Full Basket by Iulia Ardeleanu from the Noun Project (project icon)
Informações Básicas da Extensão
Nome | |
ID | nkaepkjbnbbnflhnpcfejjpckndifhjj |
URL Oficial | https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj |
Descrição | Highlights elements that overflow the viewport |
Tamanho do Arquivo | 5.85 KB |
Contagem de Instalações | 46 |
Versão Atual | 2.0.1 |
Última Atualização | 2016-10-28 |
Data de Publicação | 2016-10-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | http://thepixelforge.co.uk |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/anth12/dom-overflow |
URL da Página de Ajuda | https://github.com/anth12/dom-overflow/issues |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOM Overflow", "description": "Highlights elements that overflow the viewport", "version": "2.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Highlight overflowing elements" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |