Skip to content

The browser extension for gitpod.io. Works with Chrome and Firefox.

License

Notifications You must be signed in to change notification settings

albertocavalcante/browser-extension

 
 

Repository files navigation

Gitpod Browser extension

Setup Automated

This is the browser extension for Gitpod. It supports Chrome (see Chrome Web Store), Firefox (see Firefox Add-ons) and Edge (see how to install Chrome extensions), and adds a Gitpod button to the configured GitLab, GitHub and Bitbucket installations (defaults to gitlab.com, github.com and bitbucket.org) which immediately creates a Gitpod workspace for the current Git context:

Gitpodify

Build

Chrome & Firefox

yarn install && yarn build && yarn package

Safari

⚠️ A machine running macOS and Xcode 12+ installed is required!

First, run the following to install dependencies and build the web extension:

yarn install && yarn build && yarn package

Then run the build:safari command to build the Safari extension around the web extension:

yarn build:safari

Confirm Safari

Hit enter when presented with this screen.

Xcode will open the Gitpod.xcodeproj automatically if it's installed.

Test

Build the extension and

The extension is active until the next restart of your browser.

Publishing

Issues

We are currently tracking all issues related to the browser extension in the gitpod-io/gitpod repository. You can use the component: browser-extension label to search for relevant issues including feature proposals and bug reports.

About

The browser extension for gitpod.io. Works with Chrome and Firefox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.2%
  • CSS 4.7%
  • HTML 3.0%
  • JavaScript 2.1%