Download Serialized DOM

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

Wat is Download Serialized DOM?

Download Serialized DOM is een Chrome-extensie ontwikkeld door srguiwiz12, en de belangrijkste functie is "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Serialized DOM

Download Download Serialized DOM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
Officiële URL https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
Beschrijving Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Bestandsgrootte 19.74 KB
Aantal Installaties 55
Huidige Versie 5.0.0
Laatst Bijgewerkt 2019-11-03
Publicatiedatum 2019-11-03
Ontwikkelaar srguiwiz12
Betalingswijze free
Extensiewebsite https://github.com/srguiwiz/download-dom-crx
Help Pagina-URL https://github.com/srguiwiz/download-dom-crx/issues
Ondersteunde Talen 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"
}