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 là gì?

Web Page Downloader là một tiện ích mở rộng Chrome được phát triển bởi prashantkoshta, và tính năng chính của nó là "It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Page Downloader

Tải xuống các tệp mở rộng Web Page Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Web Page Downloader Web Page Downloader
ID ejogdiaekklncfcfdfledeeahmfpoldm
URL Chính Thức https://chrome.google.com/webstore/detail/web-page-downloader/ejogdiaekklncfcfdfledeeahmfpoldm
Mô tả It's provide feature to download all page assetes (Like: images, javascript, html etc.) and clone your required web page.
Kích Thước Tệp 7.87 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2016-12-26
Ngày Phát Hành 2016-12-26
Đánh Giá 1.85/5 Tổng số 40 Đánh Giá
Nhà Phát Triển prashantkoshta
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/prashantkoshta/utility-webpage
Ngôn Ngữ Được Hỗ Trợ 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
}