Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.47 KB

File metadata and controls

57 lines (35 loc) · 1.47 KB

Resources Saver Extension (Chrome)

Chrome Extension for one click downloading all resources files and keeping folder structures.


"Buy Me A Coffee"

How to use:

Load extension from unpacked2x folder as local package.

Chrome > Extensions > Manage Extensions

load-local-extension

Click Load unpacked button and select the unpacked2x directory

select-unpacked2x-directory

Open Chrome DevTool Panel > Choose ResourceSaver Tab

resource-saver-dev-tool-panel

Saved website will have same structure as in remote server, you can use any http server tool to host the web content again eg. http-server

resource-saver-dev-tool-panel

Development

Requirement

Make sure your Node.js version match with version in .nvmrc

Install yarn

Install dependencies

yarn

Build

yarn build

Project will be built output to unpacked2x