This is the browser extension for Gitpod, supporting Chrome (Chrome Web Store) and Firefox (Firefox Add-ons). It adds a Gitpod button to the configured GitHub and GitLab installations (defaults to domains containing github.com
or gitlab.com
) which directly creates a workspace for that context:
yarn install && yarn build && yarn package
Build the extension and
- unzip
gitpod.xpi
and load it as “unpackaged extension” (Chrome) or - load
gitpod.xpi
as “temporary add-on” (Firefox).
The extension is active until the next restart of your browser.