Chrome extension built to effortlessly capture notes from YouTube videos, allowing users to save them on-the-go, precisely tagged to particular timestamps.
-
Timestamped Notes: Take your video-watching journey to the next level by incorporating timestamped notes for capturing precise moments in YouTube videos.
-
Notion Integration: Seamlessly access all your notes stored in a Notion database.
To Setup Backend
-
Clone the project to your local system using:
git clone https://github.com/muskansindhu/YT-Notes-Extension
-
Setup environment variables
-
Run
python app.py
To Setup Chrome Extension in Browser
-
Open Chrome on your machine and navigate to:
chrome://extensions/
-
Ensure the "Developer mode" checkbox in the top-right corner is checked.
-
Click on Load Unpacked Extension Button, navigate to the
extension
folder in your cloned repository and select it.