web page preserver
A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.
Cos'è web page preserver?
web page preserver è un'estensione di Chrome sviluppata da Scott Wang, e la sua funzione principale è "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione web page preserver
Scarica i file di estensione web page preserver 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
This is a web page preservation tools, which can save the web page in the current window as MHTML format and browse in offline state.
Informazioni di Base sull'Estensione
Nome | web page preserver |
ID | jgelgbfglncabfobkgdpdimbmenbfgdj |
URL Ufficiale | https://chromewebstore.google.com/detail/web-page-preserver/jgelgbfglncabfobkgdpdimbmenbfgdj |
Descrizione | A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline. |
Dimensione del File | 42.5 KB |
Conteggio Installazioni | 583 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2018-04-28 |
Data di Pubblicazione | 2018-04-27 |
Valutazione | 3.33/5 Totale 3 Valutazioni |
Sviluppatore | Scott Wang |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "web page preserver", "description": "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "click here, download current web page." }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "pageCapture", "tabs" ] } |