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
}