MHTML Downloader

Save your page's content and combine all resources (i.e., pictures) into a single file!

ما هو MHTML Downloader؟

MHTML Downloader هو إضافة Chrome تم تطويرها بواسطة landonnaselina، والميزة الرئيسية لها هي "Save your page's content and combine all resources (i.e., pictures) into a single file!".

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

screenshot

تحميل ملف CRX للإضافة MHTML Downloader

قم بتنزيل ملفات الامتداد MHTML Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The "MHTML Downloader" extension lets you save any webpage as a single file with the.mhtml file name extension. 

To download a MHTML document is a new file format that was created to encapsulate all contents of a website into a single file; it's abbreviated as MIME HTML. Just click on the toolbar button or right-click then pick Save as MHTML from the drop-down menu. Please keep in mind that this extension has no settings or options to customize.                    

معلومات أساسية عن التمديد

الاسم MHTML Downloader MHTML Downloader
ID eicdemfmiaonkbookbcafblhbciibfkn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mhtml-downloader/eicdemfmiaonkbookbcafblhbciibfkn
الوصف Save your page's content and combine all resources (i.e., pictures) into a single file!
حجم الملف 33.05 KB
عدد التثبيتات 131
النسخة الحالية 0.1
آخر تحديث 2022-05-22
تاريخ النشر 2022-05-22
تقييم 4.58/5 مجموع تقييمات 12
المطور landonnaselina
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://worldaddons.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "MHTML-Downloader",
    "name": "MHTML Downloader",
    "homepage_url": "https:\/\/worldaddons.com\/mhtml-downloader\/",
    "description": "Save your page's content and combine all resources (i.e., pictures) into a single file!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": {
        "default_title": "MHTML Downloader",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}