Save as MHTML (MIME HTML)
Save a page content & incorporate all resources (i.e. images) in a single file!
Cos'è Save as MHTML (MIME HTML)?
Save as MHTML (MIME HTML) è un'estensione di Chrome sviluppata da Keller, e la sua funzione principale è "Save a page content & incorporate all resources (i.e. images) in a single file!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Save as MHTML (MIME HTML)
Scarica i file di estensione Save as MHTML (MIME HTML) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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). Informazioni di Base sull'Estensione
| Nome | |
| ID | djbjejcpegcimjdappppobfhaafbmjpf |
| URL Ufficiale | https://chromewebstore.google.com/detail/save-as-mhtml-mime-html/djbjejcpegcimjdappppobfhaafbmjpf |
| Descrizione | Save a page content & incorporate all resources (i.e. images) in a single file! |
| Dimensione del File | 19.23 KB |
| Conteggio Installazioni | 3,686 |
| Versione Corrente | 0.1.5 |
| Ultimo Aggiornamento | 2024-02-12 |
| Data di Pubblicazione | 2019-11-02 |
| Valutazione | 3.63/5 Totale 8 Valutazioni |
| Sviluppatore | Keller |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://mybrowseraddon.com/save-as-mhtml.html |
| URL della Pagina di Aiuto | https://mybrowseraddon.com/save-as-mhtml.html |
| URL della Pagina della Politica sulla Privacy | https://mybrowseraddon.com/privacy-policy/keller.html |
| Lingue Supportate | 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"
}
} | |