Chrome extension for downloading webpack bundles, TypeScript sources, and associated assets while preserving the original directory structure.
- Downloads complete webpack bundles from Sources tab
- Retrieves original
.tsfiles from sourcemaps - Captures referenced assets (images, fonts, CSS)
- Preserves full directory hierarchy
- Download the latest release from Releases page
- Unzip the package
- In Chrome, go to
chrome://extensions/ - Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the
buildfolder from the unzipped package
Prerequisites: Node.js v18 and npm installed
# Clone the repository
git clone https://github.com/Far4Ru/save-resources-extension
# Install dependencies
npm install
# Build version
npm run buildProduction builds output to /build.
