Skip to content

Save time finding and checking out branches in your local repository from GitHub, GitLab, Azure DevOps, or Bitbucket.

License

Notifications You must be signed in to change notification settings

gitkraken/gk-browser-extension

Repository files navigation

GitKraken Browser Extension

Installation

Google Chrome

Microsoft Edge

Mozilla Firefox

Features

  • Adds an "Open with GitKraken" option to the Code dropdowns on GitHub
  • Adds a "Checkout with GitKraken" option to the Code dropdowns on pull requests on GitHub
  • Adds a "Open with GitKraken" button to commit pages on GitHub

Latest Preview

  • Grab the latest release from the Releases page
  • Go to the extensions page in your browser, e.g. chrome://extensions or edge://extensions
  • Enable "Developer mode"
  • Drag the downloaded zip file, gitkraken-browser*.zip, and drop it onto the extensions page

Development

Building this project requires Node.js and Yarn.

Install dependencies

yarn

Developing for Chrome/Edge:

yarn build:chromium
# OR
yarn watch:chromium

Open chrome://extensions/ or edge://extensions/, enable Developer Mode, then drag the gk-browser-extension folder onto the page to install the extension.

Developing for Firefox:

yarn build:firefox
# OR
yarn watch:firefox

Open about:debugging#/runtime/this-firefox, click "Load Temporary Add-on", then select any file in the root of the gk-browser-extension folder.