Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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://github.com/thePaulV/Most-Recent-Tab
browser-extension firefox firefox-addon firefox-extension webextension webextensions
Last synced: 11 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/thePaulV/Most-Recent-Tab
- Owner: thePaulV
- License: mpl-2.0
- Created: 2017-08-29T03:23:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T12:30:18.000Z (11 months ago)
- Last Synced: 2024-08-01T16:48:13.499Z (3 months ago)
- Topics: browser-extension, firefox, firefox-addon, firefox-extension, webextension, webextensions
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/most-recent-tab/
- Size: 174 KB
- Stars: 12
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
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](https://hacks.mozilla.org/2017/06/cross-browser-extensions-available-now-in-firefox/), replacing the old Addon SDK version.
It's distributed via the [Firefox addons.mozilla.org site](https://addons.mozilla.org/firefox/addon/most-recent-tab/).
To trigger the action programmatically from another addon, you can do so using the [browser.runtime.sendMessage](https://developer.mozilla.org/Add-ons/WebExtensions/API/runtime/sendMessage) API ([sample code](https://gist.github.com/thePaulV/df47bb3a086f027f2301c662baf78e6a));
The code is licensed under the Mozilla Public License 2.0.