Save as MHTML (MIME HTML)

Save a page content & incorporate all resources (i.e. images) in a single file!

Save as MHTML (MIME HTML) क्या है?

Save as MHTML (MIME HTML) Keller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save a page content & incorporate all resources (i.e. images) in a single file!"।

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

screenshot

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

crx प्रारूप में Save as MHTML (MIME HTML) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Save as MHTML is an extension that lets you save any webpage in a single file with the ".mhtml" file extension.

MHTML document is a new file format designed to capsulate all contents in a website to a single file; it is a short form for - MIME HTML. To work with this addon, click on the toolbar button or right-click, and then select - Save as MHTML - item from the context menu. Please note that this addon has no settings or options to adjust.

If you found a bug or have a feature request in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/save-as-mhtml.html).                    

एक्सटेंशन की मूल जानकारी

नाम Save as MHTML (MIME HTML) Save as MHTML (MIME HTML)
ID djbjejcpegcimjdappppobfhaafbmjpf
आधिकारिक URL https://chromewebstore.google.com/detail/save-as-mhtml-mime-html/djbjejcpegcimjdappppobfhaafbmjpf
विवरण Save a page content & incorporate all resources (i.e. images) in a single file!
फ़ाइल का आकार 19.23 KB
स्थापना संख्या 3,686
वर्तमान संस्करण 0.1.5
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2019-11-02
रेटिंग 3.63/5 कुल 8 रेटिंग्स
डेवलपर Keller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/save-as-mhtml.html
सहायता पृष्ठ URL https://mybrowseraddon.com/save-as-mhtml.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/keller.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Save as MHTML (MIME HTML)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/save-as-mhtml.html",
    "description": "Save a page content & incorporate all resources (i.e. images) in a single file!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "pageCapture",
        "contextMenus"
    ],
    "action": {
        "default_title": "Save as MHTML (MIME HTML)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}