Web Page Downloader

It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.

Web Page Downloader란 무엇입니까?

Web Page Downloader은(는) prashantkoshta에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Web Page Downloader 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It help to developer to dump web page in local machine with well define folder structure as in server. So it follow as
1. This plugin will dump all your web pages including private session page as well.
2. Build engine (https://github.com/prashantkoshta/utility-webpage) help to parse downloaded files and created folder structure as in server.

Build engine
https://github.com/prashantkoshta/utility-webpage                    

확장 프로그램 기본 정보

이름 Web Page Downloader Web Page Downloader
ID ejogdiaekklncfcfdfledeeahmfpoldm
공식 URL https://chrome.google.com/webstore/detail/web-page-downloader/ejogdiaekklncfcfdfledeeahmfpoldm
설명 It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.
파일 크기 7.87 KB
설치 횟수 10,000
현재 버전 1.0.5
최근 업데이트 2016-12-26
출시 날짜 2016-12-26
평점 1.85/5 총 40 개의 평점
개발자 prashantkoshta
결제 유형 free
도움말 페이지 URL https://github.com/prashantkoshta/utility-webpage
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Page Downloader",
    "description": "It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.",
    "version": "1.0.5",
    "minimum_chrome_version": "16.0.884",
    "permissions": [
        "downloads",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "downloadpopup.html"
    },
    "manifest_version": 2
}