Skip to content

A Chrome extension that lets you bookmark, rename, delete, and replay key moments in YouTube videos

Notifications You must be signed in to change notification settings

Lumb3/Bookmarker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Bookmarker

A lightweight Chrome extension that lets you bookmark, rename, delete, replay, and take notes on any timestamp in YouTube videos — perfect for learners, content creators, and anyone who wants to revisit important moments with ease.

This project demonstrates key concepts in DOM manipulation, Chrome Extension APIs, and Chrome Storage, along with industry-standard version control using Git.


Features

  • 🔖 Add bookmarks at the current video timestamp
  • 📝 Rename bookmarks with custom titles
  • 🗑️ Delete bookmarks you no longer need
  • 🗒️ Add notes to each timestamp
  • 📚 Sort bookmarks (Newest → Oldest or A → Z)
  • ▶️ Play bookmarks to jump instantly to saved moments

Installation

  1. Clone this repository:

    git clone https://github.com/Lumb3/Bookmarker.git
  2. Open Chrome and navigate to:

    chrome://extensions/
    
  3. Enable Developer mode (toggle in the top right)

  4. Click Load unpacked and select the cloned project folder (bookmarker_extension)

  5. Reload the extension and you’re good to go 🎉


Usage

  • Click the bookmark icon in the YouTube player controls to save the current timestamp
  • Open the extension popup to view your saved bookmarks
  • Use the ▶️ Play, ✏️ Edit, 🗒️ Notes, and 🗑️ Delete icons to manage each bookmark

Screenshots

Extension on a non-YouTube page (inactive)


Initial popup state


After pressing the purple Add button


Viewing previously saved bookmarks


Contributing Guidelines

  1. Fork the project
  2. Create a feature branch (git checkout -b ...)
  3. Commit your changes (git commit -m "...")
  4. Push to the branch (git push origin ...)
  5. Open a pull request

About

A Chrome extension that lets you bookmark, rename, delete, and replay key moments in YouTube videos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published