下载所有网页的 Chrome 扩展程序或软件?

I'l*_*ack 3 google-chrome google-chrome-extensions

有一个我非常喜欢的博客(wordpress),我想下载所有网页并将其保存在我的电脑上。

博客不是那么大,只有几篇文章。

是否有 Chrome 扩展插件能够做到这一点?

Ero*_*oen 7

它不是 Chrome 扩展程序,但wget-r开关一起运行会从博客下载所有页面。默认情况下,它仅将下载限制为相同的主机名,但这可以配置。

如果博客托管在共享服务上(使用 url 之类的example.bloghost.com/),您可能想要使用该-D example.bloghost.com选项,或者bloghost.com/example您可能想要该-I /example/选项。

例子:

wget -r example.com
Run Code Online (Sandbox Code Playgroud)