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 abuildfolder. - Go to
chrome://extensionsin Chrome and enable Developer mode (located on top right). - Click Load unpacked and select the
builddirectory 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://extensionsand click the circular arrow on your extension's card or "Update" near the top left (updates all extensions).
- Run
yarn build. This will produce abuildfolder. - Go to
about:debuggingin 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.