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…

什麼是DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images)是由Download開發的Chrome擴展程式,該擴展的主要功能是“Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…”。

擴展截圖

screenshot
screenshot

下載DownloadPage(All resources,html+css+js+images)擴展crx文件

下載DownloadPage(All resources,html+css+js+images)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
官方網址 https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
簡介 Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
檔案大小 468 KB
安裝次數 3,513
目前版本 1.0.0
更新時間 2022-07-14
上架時間 2022-07-14
評分 5.00/5 共 1 次評分
開發者 Download
電子郵箱 [email protected]
付費類型 free
支援的語言 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';"
    }
}