HackerNews in new tabs
I like opening links on HackerNews in new tabs. This extension does that.
Installing
Because you need to pay a $5 startup fee to publish to the Chrome Web Store, and I can't be bothered, you'll have to install from source.
Prerequisites
You'll need NodeJS and it has to be available on the PATH
.
- Clone the repo
- Run
npm install
- Run
npm run build-release
- Open
chrome://extensions
and toggleDeveloper Mode
. - Select
Load unpacked
and load thebuild
folder.