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…

Apa itu DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) adalah ekstensi Chrome yang dikembangkan oleh Download, dan fitur utamanya adalah "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DownloadPage(All resources,html+css+js+images)

Unduh file ekstensi DownloadPage(All resources,html+css+js+images) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
URL Resmi https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Deskripsi Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Ukuran File 468 KB
Jumlah Instalasi 3,513
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-07-14
Tanggal Publikasi 2022-07-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Download
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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';"
    }
}