EasyOrganization is a Chromium-based browser extension that automatically organizes your downloads into categorized folders based on file types.
- Automatically detects the file type and saves it into the correct folder.
- Supports images, videos, audio files, documents, archives, torrents, executables, and more.
- Detects the browser's language (ES/EN) and uses either
Downloads/orDescargas/as the base folder. - Creates folders automatically if they don't exist.
- Works out-of-the-box, no user configuration needed.
| File Type | Target Folder |
|---|---|
| Images | Downloads/images/ |
| Videos | Downloads/videos/ |
| Audio | Downloads/audio/ |
| Documents | Downloads/documents/ |
| Archives | Downloads/compress/ |
| Code | Downloads/code/ |
| Torrents | Downloads/torrents/ |
| ISOs | Downloads/isos/ |
| Programs | Downloads/programs/ |
| eBooks | Downloads/ebooks/ |
| Fonts | Downloads/fonts/ |
| Design files | Downloads/design/ |
| Datasets | Downloads/datasets/ |
| Others | Downloads/others/ |
Note: If the browser language is Spanish (
es), the base folder will beDescargas/instead ofDownloads/.
- Clone or download this repository.
- Open Chrome and go to
chrome://extensions/. - Enable Developer Mode (top right).
- Click "Load unpacked" and select the project folder.
- Done! Start downloading files and watch them go to their proper folders.
Coming soon to the Chrome Web Store
- Vanilla JavaScript
- Chrome Extensions Manifest V3
chrome.downloadsandchrome.storageAPIs
Got ideas for new categories or improvements? Contributions are welcome!
Open a Pull Request or create an Issue.
Developed with care by [gabozxc] 💡
If you found this useful, feel free to star the repo 🌟
GNU General Public License v3.0 (GPL-3.0)