Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/averissimo/open-links-in-tabs
- Owner: averissimo
- License: mpl-2.0
- Created: 2017-09-05T17:44:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T10:33:56.000Z (over 2 years ago)
- Last Synced: 2023-03-25T15:47:04.678Z (almost 2 years ago)
- Topics: addons, firefox, tab
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/open_links_in_tabs/
- Size: 39.1 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)_