By: Ethan
Inspect and view changes in Save As MHT source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Save As MHT",
"short_name": "SaveAsMHT",
"version": "0.1.5",
"description": "Chrome extension for saving page as `.mht` file.",
"icons": {
"128": "mht.png"
},
"homepage_url": "https://github.com/vsDizzy/SaveAsMHT",
"background": {
"persistent": false,
"scripts": [
"promisify.js",
"background.js"
]
},
"browser_action": {
"default_icon": {
"128": "mht.png"
}
},
"permissions": [
"contextMenus",
"downloads",
"pageCapture",
"tabs",
"file:///*"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+S"
}
}
}
} Best Save As MHT Alternatives
Here are some Firefox add-ons that are similar to Save As MHT:
MHTify
Alex
Save as Shortcut html
littleboot
Save as PDF from Right-Click / Context Menu
Will
Save and Restore Tabs
Izmail360
Auto Save HTML
nunoarruda
Save as URL
Alexander
Save the Internet
Dissident
Save tabs to HTML file
Nathaniel M. Foley-Beaver
Save For Later for Firefox
Bartamous
SaverHTML
Zokemore
Save URL to Wayback Machine
Jonathan McCann
SaveToImage
ethaniguess