https://github.com/parthpower/chrome-tab-group-exporter
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON files.
https://github.com/parthpower/chrome-tab-group-exporter
chrome-extension javascript
Last synced: 8 months ago
JSON representation
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON files.
- Host: GitHub
- URL: https://github.com/parthpower/chrome-tab-group-exporter
- Owner: parthpower
- License: mit
- Created: 2021-09-05T13:35:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T17:47:59.000Z (almost 5 years ago)
- Last Synced: 2024-12-22T17:55:40.219Z (over 1 year ago)
- Topics: chrome-extension, javascript
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chrome Tab Groups Exporter
Very simplistic chrome extension to save tab groups as sessions. Export/Import sessions as JSON file.
## How to install?
Donwload from [Chrome Extension Web Store](https://chrome.google.com/webstore/detail/tab-groups-exporter/hcfnlphlglikfflkikgilkebljgbnica)
Or
Get released `.crx` from [releases](https://github.com/parthpower/chrome-tab-group-exporter/releases) page.
## Screenshot

**TODO** add `gif` here
## Make changes
- Clone this repository `git clone https://github.com/parthpower/chrome-tab-group-exporter`
- Edit files
- Go to [chrome://extensions](chrome://extensions)
- Enable developer mode
- Click on `Load unpacked` and select directory of this project
For details go to Chrome extensions docs [here](https://developer.chrome.com/docs/extensions/)
## Are you actually using this?
Yes! I needed something quick to store my chrome sessions and move those around without creating accounts and what not. UX/UI aren't the best, App logic isn't the most optimized or even good from any point. Why? Because I just needed something done ASAP, can fix things later if need be.
## Contributing
This is just a useful tool I made in an hour or two. If you are using this and need help or have feature requests, please create an [issue](https://github.com/parthpower/chrome-tab-group-exporter/issues) or post it on [discussions](https://github.com/parthpower/chrome-tab-group-exporter/discussions)
Merge requests are always appreciated