https://github.com/4rjunc/turtle
turtle a chrome extenstion with advance bookmarking feature
https://github.com/4rjunc/turtle
baserow baserow-api chrome-extension mui productivity reactjs vitejs
Last synced: 3 months ago
JSON representation
turtle a chrome extenstion with advance bookmarking feature
- Host: GitHub
- URL: https://github.com/4rjunc/turtle
- Owner: 4rjunc
- Created: 2024-02-25T15:40:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T06:21:03.000Z (about 1 year ago)
- Last Synced: 2025-01-21T07:14:42.416Z (5 months ago)
- Topics: baserow, baserow-api, chrome-extension, mui, productivity, reactjs, vitejs
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turtle
turtle is a Google Chrome extension that enhances bookmarking by allowing users to tag their bookmarks for easy organization and retrieval. The extension provides a simple and intuitive interface for adding tags to bookmarks, making it easier to categorize and find them later.
### Screenshots
![alt text]()
- Login
- ![alt text]()
- Bookmarking
- ![alt text]()
- Lisiting Bookmarked Pages
- ![alt text]()
### Demo : [video](https://www.loom.com/share/aba116b65b3b4c1b8303cf9fc27b81fb?sid=add931b9-8987-45bc-b052-92978ea6ff5c)
### How to setup
- Clone the project
```bash
git clone https://github.com/H4K3R13/turtle.git
```- Change the directory
```bash
cd turtle
```- Install node modules
```bash
yarn
```- Build the project
```bash
yarn run build
```- Create the .env.local in the root folder
```env
VITE_SECRET=
```### Follow these steps to load the extension in Google Chrome
Step 1: Navigate to Chromes extensions settings

Step 2: Click on `Load unpacked`

Step 3: Select the build folder

Step 4: The extensions will load up here
