Skip to content

How to install Toggl Button?

JorisE edited this page Oct 30, 2018 · 1 revision

Installing from Source

  • Clone the repository git clone git@github.com: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:

  1. Navigate to chrome://extensions/ and enable "Developer Mode".
  2. Choose "Load unpacked extension..."
  3. Open the dist/chrome/ directory

On Firefox:

  1. Navigate to about:debugging
  2. Choose Load Temporary Add-on
  3. Select the dist/firefox/manifest.json file

Note that in Firefox the add-on needs to be manually loaded again when the browser restarts.