An easier way to switch between your most recent tabs.
Development Quick Start
- 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.
git clone https://github.com/MitchellMarkGeorge/Boomerangnpm installnpm startNote: For minified production build, use npm run build instead.
- Open
chrome://extensions - Enable Development mode
- Click Load Unpacked button
- Navigate to repository
- Select
distdirectory
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.
- TypeScript (for the background script)
We use SemVer for versioning.
- Mitchell Mark-George - Initial work
See also the list of contributors who participated in this project.
