DOM Outliner

Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.

O que é DOM Outliner?

DOM Outliner é uma extensão do Chrome desenvolvida por noeclement, e sua principal característica é "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DOM Outliner

Baixe arquivos de extensão DOM Outliner 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

                        Acting as an X-ray for your page, this extension allows you to visually outline and distinguish different elements within a webpage's Document Object Model (DOM). With this extension, you can easily identify and analyze the structure of a webpage, making it easier to debug and optimize your web projects.

Simply activate the extension and watch as the DOM elements are highlighted with different colors, allowing you to quickly and easily identify and differentiate between them.                    

Informações Básicas da Extensão

Nome DOM Outliner DOM Outliner
ID bagbmhiblmhlllddcpdalmdohgaknibd
URL Oficial https://chromewebstore.google.com/detail/dom-outliner/bagbmhiblmhlllddcpdalmdohgaknibd
Descrição Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.
Tamanho do Arquivo 5.2 KB
Contagem de Instalações 171
Versão Atual 1.0
Última Atualização 2023-01-26
Data de Publicação 2023-01-01
Desenvolvedor noeclement
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DOM Outliner",
    "description": "Outline elements within a webpage. Activate the extension and watch as DOM elements are highlighted with different colors.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Outline DOM elements of current page"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}