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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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