html如何保存离线使用,如何完整保存离线网页

需求

频繁访问的网页,想直保存到本地,避免每个加载的时候。

一些资料性的网页,想保存到本地,供以后查找整理。

解决方法

mhtml 格式 方案

chrome中

chrome://flags

搜索mhtml

变为启用

然后 Ctrl+s

优点:单文件,兼容性好

maff 格式方案

firefox中 下载 Mozilla Archive Format 插件

Ctrl+s

就可保存为 maff格式

优点:单文件,体积小(大概是mhtml的六分之一)。

缺点:只有firefox 才能打开。

ScrapBook 插件 方案

firefox中 下载 ScrapBook 插件

在网空白处点击右键,“获取页面”

优点:便于管理,兼容性好(直接就是html文件),支持分类保存,支持查找

ScrapBook is a Firefox extension, which helps you to save Web pages and easily manage collections. Key features are lightness, speed, accuracy and multi-language support. Major features are:

* Save Web page

* Save snippet of Web page

* Save Web site

* Organize the collection in the same way as Bookmarks

* Full text search and quick filtering search of the collection

* Editing of the collected Web page

* Text/HTML edit feature resembling Opera’s Notes

个人是比较推荐ScrapBook 的。

扩展阅读

你可能感兴趣的:(html如何保存离线使用)