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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DownloadPage(All resources,html+css+js+images) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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';"
    }
}