Skip to content

Chrome extension that extends the capabilities of default bitbucket repository pull requests overview. It adds the list of reviewers to each pull request. This means that user doesn't need to click on each pull request separately to examine list of reviewers.

Notifications You must be signed in to change notification settings

jumarko/bitbucket-pullrequests-chrome-extension

Repository files navigation

Bitbucket pull requests overview chrome extension

Extension for Google Chrome which automatically add Reviewers column to the overal pull requests page that can be found at url https://bitbucket.org/{organization}/{repository}/pull-requests.

Warning

This is a "quick and dirty" extension.

It can make your browser slower (doing one ajax call for each pull request directly in content script).

This extension hasn't been thoroughly tested and can contain hidden bugs.

Use it at your own risk!

Installation

Extension is not available in Chrome Web Store.

The easiest way how to install plugin is to clone repository and then drag and drop the root directory onto chrome://extensions page in your Chrome browser. See Getting Started: Building a Chrome Extension for more details.

Usage

Usually, you can use the extension right after the installation without any other tweaks. Just visit the URL https://bitbucket.org/{organization}/{repository}/pull-requests and the Reviewers column should be automatically added after the Author column.

It can looks like this:

Pull Requests

About

Chrome extension that extends the capabilities of default bitbucket repository pull requests overview. It adds the list of reviewers to each pull request. This means that user doesn't need to click on each pull request separately to examine list of reviewers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published