Skip to content

mlnomadpy/bookmarksai

Repository files navigation

Bookmarks AI

Bookmarks AI is a Chrome extension that leverages artificial intelligence to enhance your web browsing experience. It allows you to summarize bookmarked pages, apply custom prompts for detailed insights, and more.

Getting Started

To run Bookmarks AI locally, follow these steps:

Prerequisites

  • Google Chrome Browser

  • Node.js and npm installed

Installation

  1. Clone the repository:

    git clone https://github.com/mlnomadpy/bookmarksai
    
  2. Navigate to the project directory and install dependencies:

    npm install
    
  3. Build the project:

    npm run build
    

Adding Extension to Chrome

  1. Open Google Chrome and navigate to chrome://extensions/.
  2. Enable Developer mode.
  3. Click Load unpacked and select the dist folder from the cloned repository.

Features

  • AI-powered content analysis using Google's Gemini Pro API.
  • Customizable prompts for tailored content insights.
  • Options to process content either individually or combined.

Usage

To use the AI functionality of the Bookmarks AI Chrome extension, you will need to obtain an API key from the Gemini Pro website by Google. Here's a brief summary of how to get the API key:

  1. Visit the Gemini Pro API website: Google Gemini Pro API.
  2. Follow the instructions to register and create an API key.
  3. Once you have the API key, enter it into the top of Bookmarks AI extension and click on Save API Key, this will save it in the local storage.

This API key is essential for enabling the AI features in the extension. Make sure to keep it secure and follow Google's guidelines for API usage.

Contributing

Contributions to Bookmarks AI are welcome.

License

This project is licensed under the GNU V3 License - see the LICENSE file for details.

Acknowledgments