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) là gì?

DownloadPage(All resources,html+css+js+images) là một tiện ích mở rộng Chrome được phát triển bởi Download, và tính năng chính của nó là "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DownloadPage(All resources,html+css+js+images)

Tải xuống các tệp mở rộng DownloadPage(All resources,html+css+js+images) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
URL Chính Thức https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Mô tả Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Kích Thước Tệp 468 KB
Số Lần Cài Đặt 3,513
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-07-14
Ngày Phát Hành 2022-07-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Download
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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';"
    }
}