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…

Hvad er DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) er en Chrome-udvidelse udviklet af Download, og dens hovedfunktion er "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download DownloadPage(All resources,html+css+js+images)-udvidelses-CRX-fil

Download DownloadPage(All resources,html+css+js+images)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
Officiel URL https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Beskrivelse Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Filstørrelse 468 KB
Antal Installationer 3,513
Nuværende Version 1.0.0
Senest Opdateret 2022-07-14
Udgivelsesdato 2022-07-14
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Download
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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';"
    }
}