A chrome extension that can save a window with all it's tabs and groups into a markdown library and then load it back.
Tabs not in any groups will be placed as bullet points under the main heading, which will be the name of the file. Groups of tabs are turned into subheadings with bullet points of their respective tabs. The color of each group is placed next to it as an embedded image.
# Example
- Google
- https://www.google.com/
## Videos ![](https://placehold.co/15x15/blue/blue.png)
- YouTube
- https://www.youtube.com/
- Rick Astley - Never Gonna Give You Up (Official Music Video) - YouTube
- https://www.youtube.com/watch?v=dQw4w9WgXcQ
## Github ![](https://placehold.co/15x15/red/red.png)
- GitHub
- https://github.com/
- ellabellla (Ella Pash)
- https://github.com/ellabellla
- clone the repo
git clone https://github.com/ellabellla/tab-library.git
- Go to the extensions page
chrome://extensions
- Enable developer mode
- Click the developer mode toggle switch
- Click load unpacked and select the cloned repo's location
This software is provided under the MIT license. Click here to view.