HN user

lerxst00

78 karma
Posts1
Comments10
View on HN

Chrome shows that warning if your extension requests access to the 'tabs' permission. https://developer.chrome.com/apps/permission_warnings#view_w...

In this case, it is needed to get the url and id of the tab. I'll have to go back and check if I can make do without depending on that because I agree it does not make sense for this extension to need 'access to my browsing history'. Also, I do intend to put the code up and link it in the extension description page soon, so you don't have to take my word for it!

Thanks for pointing this out.

I recently had a similar experience: I watch a lot of YouTube videos and I like reading through the comments. Often, comments quote specific timestamps from the video and I would find it a pain to keep scrolling between the comment section at the bottom of the page and the video at the top and then find the specific time in the video that the comment was talking about.

So, I created a Chrome extension that surfaces YouTube comments that have timestamps right below the video, around the time that the comment contains. And, then disappears it after a few seconds.

It was fun to make and in the end, it solved a very specific problem that I was facing.

Link: https://chrome.google.com/webstore/detail/youtube-timed-comm...

How to Write Well 7 years ago

To add to that, the one of the biggest takeaways from the video, and what is also mentioned in this post, is to 'open people’s eyes by proving the status quo wrong'.

People only read things if they find value in what you have written - they are less likely to pay attention if the article is written in a way that best demonstrates how much you (the writer) know about something. And, showing readers that their understanding might have some gaps is a good way to sustain their interest.