Skip to content
/ turtle Public

turtle a chrome extenstion with advance bookmarking feature

Notifications You must be signed in to change notification settings

4rjunc/turtle

Repository files navigation

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

How to setup

  • Clone the project
 git clone https://github.com/H4K3R13/turtle.git
  • Change the directory
cd turtle
  • Install node modules
yarn
  • Build the project
yarn run build
  • Create the .env.local in the root folder
VITE_SECRET=<BASEROW_AUTH_TOKEN>

Follow these steps to load the extension in Google Chrome

Step 1: Navigate to Chromes extensions settings image1 Step 2: Click on Load unpacked image2 Step 3: Select the build folder image3 Step 4: The extensions will load up here image4