ctrl-tab icon indicating copy to clipboard operation
ctrl-tab copied to clipboard

replace your new tab page with the data that matters to you

ctrl tab

build status chrome web store version chrome web store rating firefox add-ons version firefox add-ons rating

ctrl tab is a new tab page that fetches news feeds that are relevant to you. choose from over 20 different data providers and customize the page how you want it.

screenshot

ctrl tab screenshot

contribute

  1. clone the repository
  2. install dependencies
npm install
  1. run the webpack server (or build once if you aren't making any changes to the code)
npm run watch
# or if you aren't making any changes to the code
# npm run build
  1. add the chrome extension by going to chrome://extensions, enabling developer mode, and pressing the load unpacked extension. select the dist directory in the folder

server

all server related code is in the ctrl-tab-api repository.