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.
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.