TubeTuner is a robust Chrome extension crafted to elevate your YouTube journey. It empowers you to effortlessly bookmark precise timestamps within videos, whether you're diving into educational content, tutorials, or entertainment. TubeTuner ensures that significant moments are saved for quick retrieval, eliminating the need to scrub through videos. Simply jump directly to the moments that hold the most value to you.
image of TubeTuner Chrome Extension
Bookmarks
Editing and creating a note
Edited Bookmarks
- Create bookmarks with notes
- View and manage saved bookmarks
- Easy navigation to specific timestamps
- Edit existing bookmarks
- Delete bookmarks
Follow these steps to get started
- Google Chrome Browser
-
Fork and then clone this repository
-
Open Google Chrome.
-
Go to
chrome://extensions/
. -
Enable "Developer mode" in the top-right corner.
-
Click "Load unpacked extension" and choose the folder where you saved the cloned repository.
The extension should now appear in your Chrome toolbar.
- Open a YouTube video.
- Click on the ("+") icon below the video to create a bookmark.
- Click on the TubeTuner icon in your Chrome toolbar to access your saved bookmarks.
- Add & edit notes for your bookmarks
- Navigate to specific timestamps.
- Delete single or all bookmarks.
In this section, the main logic of the extension in the popup.js
script is explained.
showEditModal
: Displays the edit modal for editing the bookmark text.saveEditedNote
: Saves the edited bookmark text.showFullNote
: Displays the full note when the truncated note is clicked.addNewBookmark
: Adds a new bookmark element to the list of bookmarks.viewBookmarks
: Displays all saved bookmarks for the current video.onPlay
: Jumps to the timestamp of the clicked bookmark.onEdit
: Opens the edit modal for the clicked bookmark.onDelete
: Deletes the clicked bookmark.onDeleteAll
: Deletes all bookmarks for the current video.setBookmarkAttributes
: Sets the attributes and event listeners for bookmark controls.
If you have any questions or need help getting started, please open an issue in the repository or contact me via email: soumyaecc6@gmail.com