Skip to content

JiLiZART/glab-linker-crx

Repository files navigation

Gitlab Linker Logo

Gitlab Linker

A simple tool for quick actions on GitLab Merge Requests.

Motivation

Navigating between your task tracker and GitLab Merge Requests can slow down your workflow. Gitlab Linker aims to improve efficiency by offering quick access to key GitLab actions directly from your task tracker.

Overview

Gitlab Linker is a lightweight Chrome extension designed to enhance your productivity when working with GitLab. When you hover over a link to a Merge Request (MR), a popup appears, giving you instant access to quick actions, such as viewing MR details, approving, or performing other tasks directly from the popup.

Key Features:
  • Popup with quick actions on MR links
  • Improves navigation between task trackers and GitLab
  • Customizable via API URL and token

Install

You can download the extension from the Chrome Web Store.

After installation, click on the extension icon in your browser to open the Options page. Configure the following settings:

  • API URL: Enter your GitLab instance API URL.
  • Token: Provide your personal access token from GitLab.

Once configured, you're ready to use Gitlab Linker!

Active Development

Gitlab Linker is actively being developed to bring more features and improvements. If you have feedback or suggestions, feel free to contribute or report issues on the project's repository.

Thank you for using Gitlab Linker!

Roadmap

  • Tooltip behavior options
  • More than one gitlab instance support
  • Ignoring sites by pattern
  • Prefetch support (fetch all MR urls on page for instant view enabled via options)
  • Cache support, dont do fetching two times
  • Dark theme support