- π€ Introduction
- βοΈ Tech Stack
- π File Structure
- π Features
- π€Έ Quick Start
- π Author
- π More
The Video Timestamp Bookmark Chrome Extension allows users to add and save timestamps from YouTube videos for future reference. This solves the challenge of remembering or manually noting down timestamps, making it highly useful for students, professionals, and anyone who frequently references specific moments in videos.
Technology | Purpose |
---|---|
HTML, CSS, JS | Core development of the extension interface |
Chrome APIs | Integration with Chrome for bookmarks, storage, and popup functionality |
The project follows this file structure for clarity and maintainability:
assets
βββ bookmark.png # Icon for saving timestamps
βββ delete.png # Icon for deleting bookmarks
βββ ext-icon.png # Extension logo
βββ play.png # Icon for playing bookmarked timestamps
βββ save.png # Icon for saving
background.js # Manages background tasks for the extension
contentScript.js # Injected script for interacting with YouTube
manifest.json # Chrome extension configuration file
popup.css # Styling for the popup UI
popup.html # Extension's popup interface
popup.js # Handles functionality of popup
utils.js # Helper functions for the extension
LICENSE
README.md
- π Bookmark Timestamps: Save specific timestamps from YouTube videos for later.
- π Organized Storage: Keep bookmarks structured and easily accessible.
- π¬ Play From Bookmark: Resume watching from any saved timestamp with one click.
- ποΈ Delete Bookmarks: Remove unwanted bookmarks quickly.
- π οΈ User-Friendly Popup: Intuitive and minimalistic interface.
- Clone this repository:
git clone https://github.com/yourusername/video-timestamp-bookmark.git cd video-timestamp-bookmark
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer Mode in the top right corner.
- Click Load Unpacked and select the project folder.
- Navigate to any YouTube video.
- Click on the extension icon in the Chrome toolbar.
- Use the popup interface to:
- Save the current timestamp.
- View, play, or delete saved bookmarks.
Sarthak Sachdev
- Website - Sarthak Sachdev
- LinkedIn - Sarthak Sachdev
- Twitter - @sarthak_sach69
Contributions are welcome! Feel free to submit a pull request or suggest features for the next version.