An open API service indexing awesome lists of open source software.

https://github.com/mannprerak2/putaway

A chrome extension to save Tabs and Sessions as Bookmarks (Made with Svelte)
https://github.com/mannprerak2/putaway

bookmarks chrome chrome-bookmarks chrome-extension hacktoberfest svelte svelte-js sveltejs

Last synced: 6 months ago
JSON representation

A chrome extension to save Tabs and Sessions as Bookmarks (Made with Svelte)

Awesome Lists containing this project

README

          

# Put-Away

Save Tabs and Sessions as Chrome bookmarks.

[![Made with Svelte](https://img.shields.io/static/v1?label=Made%20with&message=SvelteJS&color=red&logo=svelte)](https://svelte.dev/)
[![Stars](https://img.shields.io/github/stars/mannprerak2/putaway?logo=github&style=flat&color=green)](https://github.com/mannprerak2/nearby_connections)
[![Forks](https://img.shields.io/github/forks/mannprerak2/putaway?logo=github&style=flat&color=purple)](https://github.com/mannprerak2/nearby_connections)

### Features
- Drag and Drop tabs to collections.
- Efforlesly move and search items across collections.
- Share collection links as text.
- Color coding of items with light and dark themes.
- Archive collections, Add Quicklinks.

All the tabs and collections are stored in a Seperate folder - `Other Bookmarks/ Put Away`
So, all of your data is accessible from anywhere,
and is safely stored in your own chrome bookmarks.

## Screenshots
##### New Tab - Light
Light Theme

##### Extension Popup


&nbsp

##### Settings
Settings Page

##### New Tab - Dark
Dark Theme

## Installing
You can add this [extension from the Chrome Web Store](https://chrome.google.com/webstore/detail/putaway-tab-management/fkfhaaminmefilpjiapgokmlbjfokafa/).

OR

1. You can clone/download this repository OR download the latest [Release](https://github.com/mannprerak2/putaway/releases).
2. **Enable '_Developer Mode_'** on your Chrome(ium) browser at 'chrome://extensions/'
3. **Select '_Load unpacked_'** button and point it to the `public` folder.

## Contributing/Developing

See [CONTRIBUTING.md](./CONTRIBUTING.md).

##### (Made with SvelteJS)