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) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keller และคุณลักษณะหลักของมันคือ "Save a page content & incorporate all resources (i.e. images) in a single file!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save as MHTML (MIME HTML)
ดาวน์โหลดไฟล์ส่วนขยาย 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).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save as MHTML (MIME 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 |
อีเมล | [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" } } |