Save As MHT
Save tabs as MHTML
What is Save As MHT?
Save As MHT is a Chrome extension developed by ReZEL Chan, and its main feature is "Save tabs as MHTML".
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
Save one or all tabs as mht local file Extension Basic Information
| Name | |
| ID | feogcoijglghebicpnlbafnijoiagefd |
| Official URL | https://chrome.google.com/webstore/detail/save-as-mht/feogcoijglghebicpnlbafnijoiagefd |
| Description | Save tabs as MHTML |
| File Size | 36.04 KB |
| Installation Count | 206 |
| Current Version | 1.2.20 |
| Last Updated | 2021-06-06 |
| Publish Date | 2021-04-07 |
| Rating | 3.00/5 Total 2 Ratings |
| Developer | ReZEL Chan |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Save As MHT",
"description": "Save tabs as MHTML",
"version": "1.2.20",
"manifest_version": 2,
"default_locale": "en",
"background": {
"page": "data\/background.html",
"persistent": false
},
"browser_action": {
"default_icon": {
"16": "data\/logo16.png",
"32": "data\/logo32.png",
"48": "data\/logo48.png",
"128": "data\/logo128.png"
},
"default_popup": "data\/popup.html"
},
"permissions": [
"activeTab",
"tabs",
"downloads",
"pageCapture",
"contextMenus"
],
"icons": {
"16": "data\/logo16.png",
"32": "data\/logo32.png",
"48": "data\/logo48.png",
"128": "data\/logo128.png"
},
"web_accessible_resources": [
"data\/toolbar.html"
]
} | |