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
官方網址 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
}