Hacker News new | ask | show | jobs
Show HN: A tiny Chrome Extension to search through “Who is Hiring?”
7 points by GoodbyeEarl 3244 days ago
Hey, folks!

I'm writing this small Chrome Extension to help me find jobs I'd be interested in the monthly HN's "Who is Hiring?" thread. I've used React to render the UI that just loads a stripped down version of the posts and look into them by the tags I've chosen. Here's a demo: http://imgur.com/a/CzNSa.

I haven't submitted to the Chrome Web Store yet because of their $5 fee. :P But let me know if you'd be interested and I can share the extension with you :)

1 comments

This is cool! Please share. :)
Hey! Thanks! Here's the extension: https://github.com/viniciusCamargo/hn-chrome-extension/blob/...

You have to enable the developer mode and drag the file to the extension page, you can find instructions here: https://developer.chrome.com/extensions/getstarted#unpacked

I've also provided the source code, so let me know if you have any issues to run it ;)