Download Serialized DOM

Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.

O que é Download Serialized DOM?

Download Serialized DOM é uma extensão do Chrome desenvolvida por srguiwiz12, e sua principal característica é "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Download Serialized DOM

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

                        Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.                    

Informações Básicas da Extensão

Nome Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
URL Oficial https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
Descrição Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Tamanho do Arquivo 19.74 KB
Contagem de Instalações 55
Versão Atual 5.0.0
Última Atualização 2019-11-03
Data de Publicação 2019-11-03
Desenvolvedor srguiwiz12
Tipo de Pagamento free
Site da Extensão https://github.com/srguiwiz/download-dom-crx
URL da Página de Ajuda https://github.com/srguiwiz/download-dom-crx/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Serialized DOM",
    "description": "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.",
    "version": "5.0.0",
    "homepage_url": "https:\/\/github.com\/srguiwiz\/download-dom-crx",
    "icons": {
        "48": "downloadserializeddom48.png",
        "96": "downloadserializeddom96.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "page_action": {
        "default_icon": "downloadserializeddom48.png",
        "default_title": "Download Serialized DOM",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "downloads"
    ],
    "minimum_chrome_version": "49.0"
}