Explore the world one tab at a time. TabTrekker is a Firefox addon that replaces the new tab page.
- Install npm
- Install jpm
npm install jpm --global
- Create a folder for Firefox development profiles
mkdir -p $HOME/firefox-dev/profiles/dev
- Cd into the
addon
directorycd addon
- Start Firefox with a separate dev profile using:
jpm run --profile=~/firefox-dev/profiles/dev
(Note: replace ~ with the absolute path to your home directory) - Install Extension Auto-Installer.
- (Optional) Install Locale Switcher.
- (Optional) Install any language packs that you want to test.
- Automatically build and install the addon when files change:
jpm watchpost --post-url http://localhost:8888/
- Deploy Parse API using
parse deploy TabTrekkerDev
- Add location to LOCATIONS.md
- Create a new imageset file in api/cloud/imagesets/
- Add the imageset to the list of imagesets api/cloud/imagesets.js
- Add your images to a folder in api/public/images/
Firefox 39-56 are supported.