MHTML Downloader
Save your page's content and combine all resources (i.e., pictures) into a single file!
MHTML Downloader क्या है?
MHTML Downloader landonnaselina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save your page's content and combine all resources (i.e., pictures) into a single file!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MHTML Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 |
गोपनीयता नीति पृष्ठ URL | 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" } } |