Skip to content

Chrome Extension Development: A simple note-taking sidebar integrated with an AI summarizer. Tap the button to get a summary for the current website while making notes on the go.

Notifications You must be signed in to change notification settings

ahsanjahangirmir/QuickNotes.AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

QuickNotes.AI

Project Description

A simple note-taking Chrome extension with an intuitive UI, integrated with the Gemini API for summarizing the current webpage at the click of a button and appending the summary to your notes, built with Vanilla JS. Since Google has tightened its content security policies with the Manifest V3, Gemini REST API has been used instead of the Module API. If you run into any unexpected behavior/issues, reload the webpage.

Preview

image image

Instructions:

  • Browse to https://ai.google.dev/gemini-api/docs/api-key and generate an API key for Gemini.
  • Download the QuickNotes.AI folder from this repo and unzip it.
  • Navigate to "sidebar.js" in the QuickNotes.AI folder. Go to line 7 (window.GEMINI_API_KEY = "your_api_key_goes_here";) and paste your API key in the placeholder. Save and close the file.
  • Open Google Chrome on your PC and navigate to chrome://extensions/
  • Look for the "Load Unpacked" button in the top left corner, select and browse to where the folder is located on your PC and open it. The extension will be loaded into your browser.
image

Pin the extension once loaded and press to load the sidebar.

About

Chrome Extension Development: A simple note-taking sidebar integrated with an AI summarizer. Tap the button to get a summary for the current website while making notes on the go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published