Download Serialized DOM

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

什么是Download Serialized DOM?

Download Serialized DOM是由srguiwiz12开发的Chrome扩展程序,该扩展的主要功能是“Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.”。

扩展截图

screenshot

下载Download Serialized DOM扩展crx文件

下载Download Serialized DOM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
官方URL https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
简介 Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
文件大小 19.74 KB
安装次数 55
当前版本 5.0.0
更新时间 2019-11-03
上架时间 2019-11-03
开发者 srguiwiz12
付费类型 free
扩展官网 https://github.com/srguiwiz/download-dom-crx
帮助页面URL https://github.com/srguiwiz/download-dom-crx/issues
支持的语言 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"
}