web page preserver
A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.
Vad är web page preserver?
web page preserver är en Chrome-tillägg utvecklad av Scott Wang, och dess huvudfunktion är "A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline.".
Tilläggsskärmbilder
Ladda ner web page preserver-förlängningens CRX-fil
Ladda ner web page preserver-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jgelgbfglncabfobkgdpdimbmenbfgdj |
Officiell webbadress | https://chromewebstore.google.com/detail/web-page-preserver/jgelgbfglncabfobkgdpdimbmenbfgdj |
Beskrivning | A web page downloader, which can save web pages to local machine as MHTML files that can be easily browsed offline. |
Filstorlek | 42.5 KB |
Antal Installationer | 583 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-04-28 |
Publiceringsdatum | 2018-04-27 |
Betyg | 3.33/5 Totalt 3 Betyg |
Utvecklare | Scott Wang |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |