DownloadPage(All resources,html+css+js+images)

Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…

O que é DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) é uma extensão do Chrome desenvolvida por Download, e sua principal característica é "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão DownloadPage(All resources,html+css+js+images)

Baixe arquivos de extensão DownloadPage(All resources,html+css+js+images) 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

                        Download all resources of the web page, including HTML, CSS, JavaScript and images.                    

Informações Básicas da Extensão

Nome DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
URL Oficial https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Descrição Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Tamanho do Arquivo 468 KB
Contagem de Instalações 3,513
Versão Atual 1.0.0
Última Atualização 2022-07-14
Data de Publicação 2022-07-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Download
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "zh_CN",
    "version": "1.0.0",
    "icons": {
        "128": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "64": "icons\/logo64.png"
        }
    },
    "options_page": "index.html",
    "permissions": [
        "tabs",
        "background",
        "webRequest",
        "tabs",
        "downloads"
    ],
    "host_permissions": [
        "file:\/\/\/*",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    }
}