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
官方網址 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
電子郵箱 [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"
    ]
}