webpage cloner

clone a webpage by downloading all links as files

webpage clonerとは何ですか?

webpage clonerはNitro Rainによって開発されたChromeの拡張機能で、その主な機能は「clone a webpage by downloading all links as files」です。

拡張機能のスクリーンショット

screenshot

webpage cloner拡張機能のCRXファイルをダウンロード

webpage cloner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        clone a webpage by downloading all links as files

Easily download several links from a website.
Easily download a large number of links from a website.

Do you want to download a large number of PDFs, podcasts, or other items from a website without having to right-click and select "Save As" for each one? Batch Link Downloader can take care of this for you!

Perfect research tool for students, developers, hobbyists, professionals etc.

NB: The extension is supported with contextual ads and donations. Please consider aiding further development and in keeping this extension ad light with kind DONATIONS                    

拡張機能の基本情報

名前 webpage cloner webpage cloner
ID ffjnfifmelbmglnajefiipdeejghkkjg
公式URL https://chromewebstore.google.com/detail/webpage-cloner/ffjnfifmelbmglnajefiipdeejghkkjg
説明 clone a webpage by downloading all links as files
ファイルサイズ 47.8 KB
インストール数 10,000
現在のバージョン 1.0.0.1
最終更新日 2023-12-30
公開日 2022-07-07
評価 1.57/5 合計 7 レビュー
開発者 Nitro Rain
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "webpage cloner",
    "version": "1.0.0.1",
    "manifest_version": 3,
    "description": "clone a webpage by downloading all links as files",
    "author": "The codefather",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "options_page": ".\/options\/options.html",
    "action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Batch Link Downloader"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage"
    ]
}