
How many of you read at least one interesting article/blog every day??? I go to Hacker News frequently and read something.
But on a few days, I forget to open Hacker News or Reddit. So that’s where I had an idea. I wondered What if I just see a articles listed on my browser homepage?
So this is what I did. I knew a bit about how to create Chrome extensions from previous experience where I had to sum up all story points shown in a JQL(Jira Query language). After some googling, I understood how to override a new tab in Chrome. Then I wrote a simple JS scraping script that extracted all 30 articles from the Hacker News front page.
After some HTML/CSS/JS sessions, I implemented a simple article list, theme switcher and a simple loader after the user clicks on any link. This is a small video that shows what the chrome extension looks like.
After hacking for 2 days, I am really happy with how it turned out to be. And the main goal of reading more articles daily was definitely achieved by this extension. If you wanna install it, go to Chrome Extension Link
I hope you like it. Ciao!!!