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…

What is DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) is a Chrome extension developed by Download, and its main feature is "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Extension Screenshots

screenshot
screenshot

Download DownloadPage(All resources,html+css+js+images) Extension CRX File

Download DownloadPage(All resources,html+css+js+images) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
Official URL https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Description Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
File Size 468 KB
Installation Count 3,513
Current Version 1.0.0
Last Updated 2022-07-14
Publish Date 2022-07-14
Rating 5.00/5 Total 1 Ratings
Developer Download
Email [email protected]
Payment Type free
Supported Languages 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';"
    }
}