Web Page Downloader

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

What is Web Page Downloader?

Web Page Downloader is a Chrome extension developed by prashantkoshta, and its main feature is "It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.".

Extension Screenshots

screenshot
screenshot

Download Web Page Downloader Extension CRX File

Download Web Page Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Web Page Downloader Web Page Downloader
ID ejogdiaekklncfcfdfledeeahmfpoldm
Official URL https://chrome.google.com/webstore/detail/web-page-downloader/ejogdiaekklncfcfdfledeeahmfpoldm
Description It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.
File Size 7.87 KB
Installation Count 10,000
Current Version 1.0.5
Last Updated 2016-12-26
Publish Date 2016-12-26
Rating 1.85/5 Total 40 Ratings
Developer prashantkoshta
Payment Type free
Help Page URL https://github.com/prashantkoshta/utility-webpage
Supported Languages 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
}