Where To is a web browser extension that replaces your New Tab with a customizable, personalized interface.
You can download it from the Chrome Web Store or Firefox Add-ons!
The following technologies are used:
- Language: TypeScript
- Web Framework: React
- Stylesheets: Sass
- Test Frameworks: Jest, React Testing Library
- Package Manager: Yarn
Read contributing guidelines here!
To run a development server, run the following:
yarn install
yarn start
- Run
yarn build
. This will produce abuild
folder. - Go to
chrome://extensions
in Chrome and enable Developer mode (located on top right). - Click Load unpacked and select the
build
directory generated by step 1. The New Tab interface should now be loaded with Where To. - To update your extension with a future version, come back to
chrome://extensions
and click the circular arrow on your extension's card or "Update" near the top left (updates all extensions).
- Run
yarn build
. This will produce abuild
folder. - Go to
about:debugging
in Firefox and navigate to This Firefox. - Click Load Temporary Add-on and select any file in
build/
. The New Tab interface should now be loaded with Where To.