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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย srguiwiz12 และคุณลักษณะหลักของมันคือ "Download serialized DOM with a click, which should include changes within the page effected since loading e.g. by JavaScript."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Serialized DOM

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}