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…

Cos'è DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) è un'estensione di Chrome sviluppata da Download, e la sua funzione principale è "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione DownloadPage(All resources,html+css+js+images)

Scarica i file di estensione DownloadPage(All resources,html+css+js+images) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
URL Ufficiale https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Descrizione Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Dimensione del File 468 KB
Conteggio Installazioni 3,513
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-07-14
Data di Pubblicazione 2022-07-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Download
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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';"
    }
}