Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igorlogius/copy-tabs
Copy tabs as hyperlinks or as plaintext URLs, similar to MS Edge, but better since this addons supports copying mutliple tabs at once
https://github.com/igorlogius/copy-tabs
firefox firefox-addon firefox-extension firefox-webextension
Last synced: 11 days ago
JSON representation
Copy tabs as hyperlinks or as plaintext URLs, similar to MS Edge, but better since this addons supports copying mutliple tabs at once
- Host: GitHub
- URL: https://github.com/igorlogius/copy-tabs
- Owner: igorlogius
- License: bsd-2-clause
- Created: 2021-10-26T20:04:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-07T10:23:19.000Z (7 months ago)
- Last Synced: 2024-04-07T11:28:07.739Z (7 months ago)
- Topics: firefox, firefox-addon, firefox-extension, firefox-webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/copy-tabs
- Size: 265 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Copy tabs as hyperlinks or as plaintext URLs, similar to MS Edge, but better since this addons supports copying mutliple tabs at once.
[![](https://raw.githubusercontent.com/igorlogius/igorlogius/main/geFxAddon.png)](https://addons.mozilla.org/en-US/firefox/addon/copy-tabs/)
### [Click here to report a bug, make a suggestion or ask a question](https://github.com/igorlogius/igorlogius/issues/new/choose)
Short Demo Video:
https://github.com/user-attachments/assets/8d849ad6-e07f-4402-b802-34447dfb7872
Enable plaintext fallback
This feature is behind the `dom.events.asyncClipboard.clipboardItem` preference
(needs to be set to true). To change preferences in Firefox, visit `about:config`
ref. https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/write#browser_compatibility
- You might need to disable and reenable the addon for this setting to take effect.Usage/Features:
- Click the toolbar icon to opens the basic popup panel to reveal the basic modes
- Right click on a tab to access the context menu to invoke any copy action
- Right click on the toolbar icon to change the Middle mouse click action for the toolbar button
- Click on the toolbar icon with your 3rd (aka. middle mouse) button, to invoke the previously set copy action
- Set and use custom shortcuts to invoke all copy actions
- show/hide feedback notifications
- build-in link fallback to plain text url (see note above)