Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThakareSakshi authored Nov 18, 2023
1 parent d9a3502 commit 9f88429
Showing 1 changed file with 56 additions and 1 deletion.
57 changes: 56 additions & 1 deletion Sakshi_Thakare/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,56 @@
# Chrome Extention:


# YouTube Video Timestamp Bookmark Chrome Extension

## Overview

This Chrome extension provides a convenient way for users to bookmark specific timestamps within YouTube videos. Whether you're watching tutorials, lectures, or any content with valuable moments, this extension allows you to save and organize those timestamps for quick reference.

## Features

1. **Timestamp Bookmarking:** Easily bookmark specific timestamps while watching a YouTube video.
2. **Organize:** Create and manage categories for your timestamp bookmarks.
3. **Playback:** Navigate directly to bookmarked timestamps and play the video from that point.

## Installation

### Overview

This guide provides a step-by-step procedure to create a basic Chrome extension using JavaScript. In this example, we'll create a simple extension that displays
a popup when the extension icon is clicked.

### Prerequisites
- [Google Chrome Browser](https://www.google.com/chrome/)
### Download Project
1. clone project in your local repository
2. Open Google Chrome.
3. Navigate to `chrome://extensions/`.
4. Enable "Developer mode" in the top right corner.
5. Click "Load unpacked" and select your extension project directory.

### Test Your Extension

- Click on your extension icon in the Chrome toolbar to see the popup.


---

This is a basic guide to get you started with Chrome extension development. Explore the [official Chrome Extension documentation](https://developer.chrome.com/docs/extensions/mv2/) for more advanced features and capabilities.
## Getting Started

1. **Bookmark a Timestamp:**
- While watching a YouTube video, click the extension icon.
- Press the "Bookmark" button to save the current timestamp.

2. **Organize Bookmarks:**
- Open the extension manager.
- All bookmarks are in sorted form .

3. **Search Bookmarks:**
- Utilize the search bar in the extension manager to find specific timestamps.

4. **Navigate and Play:**
- Click on a bookmark in the extension manager to jump to that timestamp and play the video from there.



0 comments on commit 9f88429

Please sign in to comment.