Save As MHT
Save page as `.mht` files.
What is Save As MHT?
Save As MHT is a Chrome extension developed by dizzy, and its main feature is "Save page as `.mht` files.".
Extension Screenshots
Download Save As MHT Extension CRX File
Download Save As MHT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Saves web page as single `.mht` file. Displays additional info when opening `.mht` file in browser.
Extension Basic Information
Name | Save As MHT |
ID | hfmodljjaibbdndlikgagimhhodmobkc |
Official URL | https://chromewebstore.google.com/detail/save-as-mht/hfmodljjaibbdndlikgagimhhodmobkc |
Description | Save page as `.mht` files. |
File Size | 15.26 KB |
Installation Count | 27,703 |
Current Version | 0.2.0 |
Last Updated | 2023-07-10 |
Publish Date | 2020-04-21 |
Rating | 4.04/5 Total 157 Ratings |
Developer | dizzy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/vsDizzy/SaveAsMHT |
Help Page URL | https://github.com/vsDizzy/SaveAsMHT/issues |
Privacy Policy Page URL | https://raw.githubusercontent.com/vsDizzy/SaveAsMHT/master/privacy-policy.md |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save As MHT", "version": "0.2.0", "short_name": "SaveAsMHT", "description": "Save page as `.mht` files.", "homepage_url": "https:\/\/github.com\/vsDizzy\/SaveAsMHT", "icons": { "128": "mht-icon.png" }, "action": { "default_icon": { "128": "mht-icon.png" } }, "background": { "service_worker": "dist\/worker.js", "type": "module" }, "permissions": [ "tabs", "pageCapture", "downloads", "contextMenus" ], "host_permissions": [ "file:\/\/\/*" ], "commands": { "_execute_action": { "suggested_key": { "default": "Alt+Shift+S" } } } } |