Save As MHT
Save page as `.mht` files.
什么是Save As MHT?
Save As MHT是由dizzy开发的Chrome扩展程序,该扩展的主要功能是“Save page as `.mht` files.”。
扩展截图
下载Save As MHT扩展crx文件
下载Save As MHT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Saves web page as single `.mht` file. Displays additional info when opening `.mht` file in browser.
扩展基本信息
名称 | Save As MHT |
ID | hfmodljjaibbdndlikgagimhhodmobkc |
官方URL | https://chromewebstore.google.com/detail/save-as-mht/hfmodljjaibbdndlikgagimhhodmobkc |
简介 | Save page as `.mht` files. |
文件大小 | 15.26 KB |
安装次数 | 27,703 |
当前版本 | 0.2.0 |
更新时间 | 2023-07-10 |
上架时间 | 2020-04-21 |
评分 | 4.04/5 共157次评分 |
开发者 | dizzy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/vsDizzy/SaveAsMHT |
帮助页面URL | https://github.com/vsDizzy/SaveAsMHT/issues |
隐私政策页面URL | https://raw.githubusercontent.com/vsDizzy/SaveAsMHT/master/privacy-policy.md |
支持的语言 | 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" } } } } |