Skip to content

MitchellMarkGeorge/Boomerang

Repository files navigation

Boomerang Logo

An easier way to switch between your most recent tabs.

Instructions

Development Quick Start

Prerequisites

  • Node.js (tested on v18)
  • NPM (tested on v8.6.0)
  • Chrome (>= v88), has only been tested here

Note: Even thought the extension uses the webextension-pollyfill library, it has currently only been tested on Chrome. However, it should work on other browsers like Firefox, Opera, Edge, etc.

Clone Repo

git clone https://github.com/MitchellMarkGeorge/Boomerang

Install Dependencies

npm install

Start Dev Build

npm start

Note: For minified production build, use npm run build instead.

Add To Chrome

  • Open chrome://extensions
  • Enable Development mode
  • Click Load Unpacked button
  • Navigate to repository
  • Select dist directory
Usage

To switch beween your previous and current tab, use the ctrl + shift + left arrow shortcut.

That's it. That's how simple it is.

Note: For Mac, cmd is used instead of ctrl.

Built With

  • TypeScript (for the background script)

Versioning

We use SemVer for versioning.

Authors

  • Mitchell Mark-George - Initial work

See also the list of contributors who participated in this project.

About

An easier way to switch between your most recent tabs

Resources

Stars

Watchers

Forks

Packages

No packages published