This Chrome/Edge/Brave extension has two features:
- Export list of currently open tabs to a text file.
- Import a text file with a newline-separated list of links, and it'll open them all for you.
The code, logic, everything is by https://github.com/rohinish404/rdump. I just gave it a cyberpunk/vaporwave aesthetic, made a couple of UX changes, and wrote an expanded README.md.
- Clone the git repo
git clone https://github.com/claudejaune/rdump-prettified.git- Go to
Settings>Extensionsin Google Chrome
-
Toggle on Developer mode in the top-right corner.
-
Click Load unpacked and select the
rdump-prettifiedfolder.
You'll now have it in your extension list.
- Select the tabs you wish to export
- Enter the destination filename (Important: the app will silently fail if you don't write a filename)
- Click Export selected
Alternatively, enter a filename and click Export all.
- Click Choose file and select a text file with a newline-separated list of URLs
Screen.Recording.2024-07-19.at.10.05.38.PM.mov
- Need to enter a filename before clicking the export button. Otherwise, it'll silently fail.
- The extension expects a newline-separated list of links to open. However, the input file is not sanitized in any way. I have no idea what will happen if you feed it random text files. Your computer might explode idk
- Only detects the tabs open in the current browser window. If you want to export tabs from other windows, you'll need to go to each window individually and export.
- The Cyberpunk theme is vibe coded.
Original: https://github.com/rohinish404/rdump
