项目作者: thePaulV

项目描述 :
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.
高级语言: JavaScript
项目地址: git://github.com/thePaulV/Most-Recent-Tab.git
创建时间: 2017-08-29T03:23:01Z
项目社区:https://github.com/thePaulV/Most-Recent-Tab

开源协议:Mozilla Public License 2.0

下载


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.