-
Notifications
You must be signed in to change notification settings - Fork 569
How to install Toggl Button?
JorisE edited this page Oct 30, 2018
·
1 revision
- Clone the repository
git clone [email protected]:toggl/toggl-button.git
- Install Node.js and NPM https://nodejs.org/en/
- Run
npm install
- Run
npm start
Then depending on your browser, continue with the following steps.
On Chrome:
- Navigate to
chrome://extensions/
and enable "Developer Mode". - Choose "Load unpacked extension..."
- Open the
dist/chrome/
directory
On Firefox:
- Navigate to
about:debugging
- Choose
Load Temporary Add-on
- Select the
dist/firefox/manifest.json
file
Note that in Firefox the add-on needs to be manually loaded again when the browser restarts.