Div Density
This extension shows the density of elements on your page
O que é Div Density?
Div Density é uma extensão do Chrome desenvolvida por https://andersfisher.com, e sua principal característica é "This extension shows the density of elements on your page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Div Density
Baixe arquivos de extensão Div Density 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
Div density is a simple extension that toggled the background colour of your elements to show their density on the page, this could be the cure for div-itis!
Informações Básicas da Extensão
Nome | Div Density |
ID | akhjnfacldhnbhkpmhebkfocmheaicif |
URL Oficial | https://chromewebstore.google.com/detail/div-density/akhjnfacldhnbhkpmhebkfocmheaicif |
Descrição | This extension shows the density of elements on your page |
Tamanho do Arquivo | 6.95 KB |
Contagem de Instalações | 404 |
Versão Atual | 1.0 |
Última Atualização | 2014-07-25 |
Data de Publicação | 2014-07-25 |
Classificação | 4.17/5 Total de 6 Avaliações |
Desenvolvedor | https://andersfisher.com |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Div Density", "description": "This extension shows the density of elements on your page", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "app.js" ], "persistent": false } } |