https://github.com/drklrd/untab
A simple chrome based extension to save the URLs of currently opened tabs (and then later open all at once)
https://github.com/drklrd/untab
Last synced: about 1 year ago
JSON representation
A simple chrome based extension to save the URLs of currently opened tabs (and then later open all at once)
- Host: GitHub
- URL: https://github.com/drklrd/untab
- Owner: drklrd
- License: mit
- Created: 2017-02-01T13:40:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T03:39:20.000Z (over 6 years ago)
- Last Synced: 2025-04-12T12:59:09.305Z (over 1 year ago)
- Language: JavaScript
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Untab
A simple chrome based extension to save (and then later open all at once) the URLs of currently opened tabs. Really helpful when you have opened lots of tabs while searching and would like to go over these or save these at once for future reference.
# Available Features
* Save opened tabs under one tag.
* View all of the saved tags.
* View links inside each tag.
* Option to open a single link from each tag.
* Import tags from similar-type JSON file.
* Export tags as JSON.
# Loading the extension
0. First clone or download the repo and extract (if downloaded as zip)
1. Go to chrome://extensions
2. Enable the Developer mode
3. Click Load unpacked extension
4. Select the cloned or extracted directory(which directly contains manifest.json file inside)
5. Thats all ! Now you should have a small 'U' icon at the upper right corner. Click that when you want to save the pages. Given it some name and done !