Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/averissimo/open-links-in-tabs

Firefox addon to open selected links in new tabs
https://github.com/averissimo/open-links-in-tabs

addons firefox tab

Last synced: 16 days ago
JSON representation

Firefox addon to open selected links in new tabs

Awesome Lists containing this project

README

        

# Open Links in Tabs Firefox Extension

Available at [addons.mozilla.org](https://addons.mozilla.org/en-US/firefox/addon/open_links_in_tabs/)

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](http://www.mozilla.org/MPL/2.0/)

## Credit

This is a fork of [Open Selected Links](https://addons.mozilla.org/en-US/firefox/addon/open-selected-links/?src=search) and all credit for code goes to [Daniel Veditz](https://addons.mozilla.org/en-US/firefox/user/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)_