VidNote
- 3 Devlogs
- 6 Total hours
VidNote is a chrome extension that is used to take frictionless, timestamped notes or videomark(thats what I call them instead of bookmarks) in a YouTube video
VidNote is a chrome extension that is used to take frictionless, timestamped notes or videomark(thats what I call them instead of bookmarks) in a YouTube video
So i added a copy all button so you can copy all your timestamped notes in clipboard also there is a shortcut ‘ALT+N’ to quickly take notes and a little note button sits right inside your youtube video to make it even more accessible while significantly improving its UI!!
So today I tested my extension as the basic structure is complete it is working good just had some problem to add the delete button as it was not visible earlier then replaced it with x emoji so it is now perfect now will add some more functionality to it and work more on its structure and looks ;)
So today I start my new project VidNote a chrome extension that helps you take timestamped notes while watching youtube videos or work as your yt video bookmark so you can know where you were and what you were doing. Today I learned about Chrome extensions how they work and the main file for extension the manifest.json file also made basic popup.js file