webpage cloner

clone a webpage by downloading all links as files

Qu'est-ce que webpage cloner ?

webpage cloner est une extension Chrome développée par Nitro Rain, et sa fonction principale est "clone a webpage by downloading all links as files".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension webpage cloner

Téléchargez les fichiers d'extension webpage cloner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom webpage cloner webpage cloner
ID ffjnfifmelbmglnajefiipdeejghkkjg
URL Officiel https://chromewebstore.google.com/detail/webpage-cloner/ffjnfifmelbmglnajefiipdeejghkkjg
Description clone a webpage by downloading all links as files
Taille du Fichier 47.8 KB
Nombre d'Installations 10,000
Version Actuelle 1.0.0.1
Dernière Mise à Jour 2023-12-30
Date de Publication 2022-07-07
Évaluation 1.57/5 Total 7 Évaluations
Développeur Nitro Rain
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
Langues Prises en Charge 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"
    ]
}