Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 809 Bytes

File metadata and controls

23 lines (12 loc) · 809 Bytes

Open Links in Tabs Firefox Extension

Available at addons.mozilla.org

Opens selected links in new tabs.

That's just it.

TODO:

  1. Only show context menu when links are selected (Webextension limitation)

License

Mozilla Public License, version 2.0

Credit

This is a fork of Open Selected Links and all credit for code goes to Daniel Veditz

I just changed it to have a single context menu item and run the content-scripts at startup.

Thanks @attekemppila for limiting number of concurrent tabs loading (making it a smoother experience)