A Chrome and Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and Designer News on every new tab.

310
38
Vue

GitHub Trending, Hacker News and Product Hunt, on every new tab!


Devo is a Google Chrome and Mozilla Firefox extension that displays GitHub Trending, Hacker News, Product Hunt and more platforms on every new tab. It caches the information for 30 minutes, so that there is no extra calls to the external services, hence allowing a faster experience.

Buy Me A Coffee

Installation

Devo can be installed for Chrome here, and Firefox here.

For installation on Safari:

  1. Deploy to Netlify
  2. Once deployed, update homepage on safari.

Demo

Demo can be found here.

Platforms

Devo currently supports:

Adding a new platform

Adding a new platform is super easy. All you need to do is:

You can check the HackerNews component to see how easy it is to add a new platform. Feel free to submit pull requests or ask questions regarding adding a new platform, any kind of input is appreciated.

How to build?

First of all, you need to install the dependencies. After that, you can run the build command and the optimized bundle will be created in dist/ directory:

npm install # install the dependencies.
npm run build # build the optimized bundle.