webpage cloner

clone a webpage by downloading all links as files

webpage cloner là gì?

webpage cloner là một tiện ích mở rộng Chrome được phát triển bởi Nitro Rain, và tính năng chính của nó là "clone a webpage by downloading all links as files".

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

screenshot

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

Tải xuống các tệp mở rộng webpage cloner 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

                        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                    

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

Tên webpage cloner webpage cloner
ID ffjnfifmelbmglnajefiipdeejghkkjg
URL Chính Thức https://chromewebstore.google.com/detail/webpage-cloner/ffjnfifmelbmglnajefiipdeejghkkjg
Mô tả clone a webpage by downloading all links as files
Kích Thước Tệp 47.8 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0.0.1
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2022-07-07
Đánh Giá 1.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Nitro Rain
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}