An AI powered Chrome Extension which offers a seamless way to find bookmarks.
Developers often struggle with managing numerous bookmarks, leading to disorganization and frustration. Enter Deja-Vu, a user-friendly Chrome extension designed to streamline this process. With Deja-Vu, users can add detailed descriptions to bookmarks, making it easy to recall even the smallest details when needed. This eliminates the hassle of scrolling through extensive lists or forgetting where valuable resources are stored.
Deja-Vu ensures that specific pages can be swiftly located, boosting productivity and organization in the browsing experience. Designed with developers in mind, it integrates seamlessly into daily workflows. Additionally, its accessibility extends to all users, providing efficient bookmarking for a wide audience. Say goodbye to chaos and hello to the simplicity of Deja-Vu for a stress-free online experience.
- Add to the Chrome Extension form here Deja-Vu👈
- Easily add detailed descriptions to your bookmarks.
- Struggling to find a page? Just go to Deja-Vu, describe it vaguely, and it will find it for you!
-
Clone the repo and enter the project directory:
git clone https://github.com/ooye-sanket/Deja-Vu-Installation-Files cd Deja-Vu
-
Install the necessary dependencies:
npm install
-
Build the project:
npm run build
-
Add the extension to your browser. To do this, go to
chrome://extensions/
, enable developer mode (top right), and click "Load unpacked". Select thebuild
directory from the dialog which appears and click "Select Folder". -
That's it! You should now be able to open the extenion's popup and use the model in your browser!
-
Made possible by Xenova and Supabase / gte-small
-
This REAME.md file is very similary to Xenova Chrome Extension Template README.md file, since it was there Chrome extension template on which this project was built.