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文件

下载Web Page Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}