DOM Capture

Capture's Dom Elements

O que é DOM Capture?

DOM Capture é uma extensão do Chrome desenvolvida por Matthias Eichner, e sua principal característica é "Capture's Dom Elements".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DOM Capture

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

                        Allows you to take a screenshot of the whole webpage or just of the part(s) you require.

✔️ Take screenshots with one click
✔️ Copy to clipboard or store to png file
✔️ No server request required! Everything happens locally in your browser!
✔️ Free and Open Source

DOM Capture is not just another screenshot tool. Its technical approach is unique and lets you merge different parts of a website into a single image. All with one click!
Be aware that you will need some knowledge of HTML and the Google Developer Console if you want to use this particular feature!                    

Informações Básicas da Extensão

Nome DOM Capture DOM Capture
ID ifldimnhajpgognpcoomiokinilgjgbl
URL Oficial https://chromewebstore.google.com/detail/dom-capture/ifldimnhajpgognpcoomiokinilgjgbl
Descrição Capture's Dom Elements
Tamanho do Arquivo 159 KB
Contagem de Instalações 221
Versão Atual 1.0.1
Última Atualização 2021-01-04
Data de Publicação 2021-01-04
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Matthias Eichner
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Mewel/DOMCapture
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DOM Capture",
    "description": "Capture's Dom Elements",
    "version": "1.0.1",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}