thePaulV / Most-Recent-Tab

Firefox addon that adds a keyboard shortcut to switch back to your most recently selected tab. Useful to alternate between two tabs and to easily go back to your last tab if you switch to another briefly.
https://addons.mozilla.org/en-US/firefox/addon/most-recent-tab/
Mozilla Public License 2.0
12 stars 4 forks source link
browser-extension firefox firefox-addon firefox-extension webextension webextensions

Most Recent Tab

Firefox extension that adds a keyboard shortcut to switch back to your most recently selected tab. Useful to alternate between two tabs and to easy go back to your last tab if you switch to another briefly.

This is rewrite built on Firefox's new WebExtensions API, replacing the old Addon SDK version.

It's distributed via the Firefox addons.mozilla.org site.

To trigger the action programmatically from another addon, you can do so using the browser.runtime.sendMessage API (sample code);

The code is licensed under the Mozilla Public License 2.0.