A simple Chromium extension that scans all open tabs for PDF files and downloads them when you click a button.
- Downloads all PDF files from open tabs.
To install this extension locally, follow these steps:
-
Clone or download this repository to your local machine.
git clone https://github.com/kimnguyen27/multi-pdf-downloader.git
-
Open Chrome (or any Chromium-based browser).
-
Go to the Extensions page by navigating to
chrome://extensions/. -
Enable Developer mode by toggling the switch at the top right.
-
Click Load unpacked.
-
Select the folder where you downloaded/cloned this repository.
-
The extension will now be installed and ready to use!
- Click the extension's icon in your browser's toolbar.
- The popup will appear with a "Download PDFs" button.
- Click the "Download PDFs" button to start the process.
- The extension will scan open tabs for PDF files.
- Once PDFs are found, they will be downloaded automatically.
Feel free to submit issues, pull requests, or suggestions. Contributions are welcome!
This project is open-source and available under the MIT License.