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) هو إضافة Chrome تم تطويرها بواسطة Download، والميزة الرئيسية لها هي "Download all resources of the web page, including HTML, CSS, JavaScript and images. Download all resources according to the…".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة DownloadPage(All resources,html+css+js+images)

قم بتنزيل ملفات الامتداد DownloadPage(All resources,html+css+js+images) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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';"
    }
}