Download Serialized DOM

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

Apa itu Download Serialized DOM?

Download Serialized DOM adalah ekstensi Chrome yang dikembangkan oleh srguiwiz12, dan fitur utamanya adalah "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Download Serialized DOM

Unduh file ekstensi Download Serialized DOM dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
URL Resmi https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
Deskripsi Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Ukuran File 19.74 KB
Jumlah Instalasi 55
Versi Saat Ini 5.0.0
Terakhir Diperbarui 2019-11-03
Tanggal Publikasi 2019-11-03
Pengembang srguiwiz12
Tipe Pembayaran free
Situs Ekstensi https://github.com/srguiwiz/download-dom-crx
URL Halaman Bantuan https://github.com/srguiwiz/download-dom-crx/issues
Bahasa yang Didukung 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"
}