A one-stop bookmark management tool for the users. It is a chrome extension that capture all your tabs in the current window under a defined category and group to restore tabs as and when required.
demo.mp4
To run locally on your system
$ git clone https://github.com/MLH-Fellowship/pod-3.1.0-DevBuddy.git
$ cd app/
$ yarn install
$ yarn build
Navigate to chrome://extensions
then enable the developer mode from the far right.
- Click on load unpacked on the far left
- locate the build folder in the project section and click add and you will get below image in your extenstion list
Locate DevBuddy from the list of available extensions and click on it to open up the extension.
@grace-omotoso @tomarviii88 @shweta3047 @netman5 @#3Tushar3099
- Add Categories/Groups
This function allow adding of new category and group name for tabs to be capture.
- Capture Tabs
This feature capture the current browser window tabs with option to select category and groups based on currently available categories and group.
- Tabs Group
The tabs group feature when clicked popup a modal for
- for selection of the list of saved tab urls with title
- options to either delete or restore tabs base on preference.
- option to delete entire tab group
- Delete to Categories/Groups
To remove entire category with categories
- Add group to existing category
To add group to an existing category
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Fork the project
Switch branches:
git checkout <branch-name>
Make new branch and switch to it:
git checkout -b <branch-name>
I'd recommend using the GitHub CLI for reviewing Pull Requests, making Pull Requests and making Issues.