Save as MHTML (MIME HTML)
Save a page content & incorporate all resources (i.e. images) in a single file!
Save as MHTML (MIME HTML)とは何ですか?
Save as MHTML (MIME HTML)はKellerによって開発されたChromeの拡張機能で、その主な機能は「Save a page content & incorporate all resources (i.e. images) in a single file!」です。
拡張機能のスクリーンショット
Save as MHTML (MIME HTML)拡張機能のCRXファイルをダウンロード
Save as MHTML (MIME HTML)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save as MHTML is an extension that lets you save any webpage in a single file with the ".mhtml" file extension.
MHTML document is a new file format designed to capsulate all contents in a website to a single file; it is a short form for - MIME HTML. To work with this addon, click on the toolbar button or right-click, and then select - Save as MHTML - item from the context menu. Please note that this addon has no settings or options to adjust.
If you found a bug or have a feature request in mind, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/save-as-mhtml.html). 拡張機能の基本情報
| 名前 | |
| ID | djbjejcpegcimjdappppobfhaafbmjpf |
| 公式URL | https://chromewebstore.google.com/detail/save-as-mhtml-mime-html/djbjejcpegcimjdappppobfhaafbmjpf |
| 説明 | Save a page content & incorporate all resources (i.e. images) in a single file! |
| ファイルサイズ | 19.23 KB |
| インストール数 | 3,686 |
| 現在のバージョン | 0.1.5 |
| 最終更新日 | 2024-02-12 |
| 公開日 | 2019-11-02 |
| 評価 | 3.63/5 合計 8 レビュー |
| 開発者 | Keller |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://mybrowseraddon.com/save-as-mhtml.html |
| ヘルプページのURL | https://mybrowseraddon.com/save-as-mhtml.html |
| プライバシーポリシーページのURL | https://mybrowseraddon.com/privacy-policy/keller.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.1.5",
"manifest_version": 3,
"offline_enabled": true,
"name": "Save as MHTML (MIME HTML)",
"homepage_url": "https:\/\/mybrowseraddon.com\/save-as-mhtml.html",
"description": "Save a page content & incorporate all resources (i.e. images) in a single file!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"downloads",
"activeTab",
"pageCapture",
"contextMenus"
],
"action": {
"default_title": "Save as MHTML (MIME HTML)",
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
}
},
"icons": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png",
"128": "data\/icons\/128.png"
}
} | |