webpage cloner

clone a webpage by downloading all links as files

O que é webpage cloner?

webpage cloner é uma extensão do Chrome desenvolvida por Nitro Rain, e sua principal característica é "clone a webpage by downloading all links as files".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão webpage cloner

Baixe arquivos de extensão webpage cloner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome webpage cloner webpage cloner
ID ffjnfifmelbmglnajefiipdeejghkkjg
URL Oficial https://chromewebstore.google.com/detail/webpage-cloner/ffjnfifmelbmglnajefiipdeejghkkjg
Descrição clone a webpage by downloading all links as files
Tamanho do Arquivo 47.8 KB
Contagem de Instalações 10,000
Versão Atual 1.0.0.1
Última Atualização 2023-12-30
Data de Publicação 2022-07-07
Classificação 1.57/5 Total de 7 Avaliações
Desenvolvedor Nitro Rain
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
Idiomas Suportados 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"
    ]
}