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 là gì?

Download Serialized DOM là một tiện ích mở rộng Chrome được phát triển bởi srguiwiz12, và tính năng chính của nó là "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Download Serialized DOM

Tải xuống các tệp mở rộng Download Serialized DOM dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Download Serialized DOM Download Serialized DOM
ID bphpkjcfblopmmmmpfmgglibakngcbfc
URL Chính Thức https://chromewebstore.google.com/detail/download-serialized-dom/bphpkjcfblopmmmmpfmgglibakngcbfc
Mô tả Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript.
Kích Thước Tệp 19.74 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 5.0.0
Cập Nhật Lần Cuối 2019-11-03
Ngày Phát Hành 2019-11-03
Nhà Phát Triển srguiwiz12
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/srguiwiz/download-dom-crx
URL Trang Trợ Giúp https://github.com/srguiwiz/download-dom-crx/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}