分享个基于electron的网页资源(所有request)下载工具
发布于 8 年前 作者 koalaylj 3794 次浏览 来自 分享

项目地址戳这里

my-demons

Download all resource(with all the sub-request) of a web page.

Based on Electron(chromium + nodejs).

Download resources under chrome.devtools.network

screenshot sample

To Use

To clone and run this repository you’ll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/koalaylj/my-demons
# Go into the repository
cd my-demons
# Install dependencies and run the app
npm install && npm start

NOTE

In experimental now. 现在还在实验阶段 后期功能可能会有比较大的变化。 目前功能还比较简陋,正在逐步完善中。

回到顶部