Download Serialized DOM

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

Hvad er Download Serialized DOM?

Download Serialized DOM er en Chrome-udvidelse udviklet af srguiwiz12, og dens hovedfunktion er "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".

Udvidelsesskærmbilleder

screenshot

Download Download Serialized DOM-udvidelses-CRX-fil

Download Download Serialized DOM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
Officiel URL https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
Beskrivelse Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Filstørrelse 19.74 KB
Antal Installationer 55
Nuværende Version 5.0.0
Senest Opdateret 2019-11-03
Udgivelsesdato 2019-11-03
Udvikler srguiwiz12
Betalingsmetode free
Udvidelseswebsted https://github.com/srguiwiz/download-dom-crx
Hjælpeside-URL https://github.com/srguiwiz/download-dom-crx/issues
Understøttede Sprog 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"
}