Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alct/export-tabs-urls
https://addons.mozilla.org/en-US/firefox/addon/export-tabs-urls-and-titles/
https://github.com/alct/export-tabs-urls
Last synced: 12 days ago
JSON representation
https://addons.mozilla.org/en-US/firefox/addon/export-tabs-urls-and-titles/
- Host: GitHub
- URL: https://github.com/alct/export-tabs-urls
- Owner: alct
- License: gpl-3.0
- Created: 2018-04-06T14:20:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-09T17:03:04.000Z (8 months ago)
- Last Synced: 2024-08-01T16:48:12.622Z (3 months ago)
- Language: JavaScript
- Size: 111 KB
- Stars: 125
- Watchers: 5
- Forks: 25
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Export Tabs URLs
[Export Tabs URLs](https://addons.mozilla.org/en-US/firefox/addon/export-tabs-urls-and-titles/) (ETU) is a Web browser extension that allows to list the URLs of all the open tabs and copy that list to clipboard or export it to a timestamped file.
Consider this add-on done (except for bugfixes). I may or may not add new features depending on the fun (or lack of it).
## Features
- **Include titles** : ETU provides a default format which displays titles along tabs URLs ;
- **Custom format** : optionally, custom patterns can be defined instead of the default "include titles" one (e.g. markdown) ;
- **Filter tabs** : ETU provides a RegExp-enabled tabs filter ;
- **Limit to current window** : optionally, the list can be limited to the current window ;
- **List non-HTTP(s) URLs** : optionally, ETU can list each and every tab, including cases where the URL scheme isn't HTTP(s)## Permissions
- **Access browser tabs** : required to list the tabs ;
- **Input data to the clipboard** : required to copy the list to the clipboard ;
- **Display notifications** : not required stricto sensu (as the extension could work without it) but it is used to improve the user experience by providing visual feedback about what is going on ;
- **Storage** : required to store settings.## Screenshots
![screenshot-1](https://imgs.be/5cadf463-2668.png)
![screenshot-2](https://imgs.be/5cadf439-1411.png)
![screenshot-3](https://imgs.be/5cadf44d-1457.png)## License
[GPLv3](LICENSE)