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…

Vad är DownloadPage(All resources,html+css+js+images)?

DownloadPage(All resources,html+css+js+images) är en Chrome-tillägg utvecklad av Download, och dess huvudfunktion är "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner DownloadPage(All resources,html+css+js+images)-förlängningens CRX-fil

Ladda ner DownloadPage(All resources,html+css+js+images)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn DownloadPage(All resources,html+css+js+images) DownloadPage(All resources,html+css+js+images)
ID hdeapggikfpgpojodegljabgkemcbflb
Officiell webbadress https://chromewebstore.google.com/detail/downloadpageall-resources/hdeapggikfpgpojodegljabgkemcbflb
Beskrivning Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…
Filstorlek 468 KB
Antal Installationer 3,513
Aktuell Version 1.0.0
Senast Uppdaterad 2022-07-14
Publiceringsdatum 2022-07-14
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Download
E-post [email protected]
Betalningssätt free
Stödda Språk 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';"
    }
}