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"
}