Skip to content

alct/export-tabs-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export Tabs URLs

Export Tabs URLs (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.

This add-on started as a personal hobby project, a way to learn and scratch a simple itch. It has reached a point where I consider it feature-complete. I'll continue to fix bugs, and contributions are always appreciated, but there's no guarantee that feature requests, suggestions, or PRs will be acted upon. New features may come if inspiration strikes, but no promises.

For context on the deliberate lack of Chrome(ium) support, please see my comment there.

Redistribution

If you redistribute a modified version of this add-on, please use a different name and icon to avoid confusion with the original project.

This is a request, not a license restriction.

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 ;
  • Group tabs: optionally, exported tabs can be organized into sections grouped by window, by tab group, or by both;
  • 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 ;
  • Access browser tab groups : required to read tab group metadata and for the grouping feature ;
  • Storage : required to store settings.

Screenshots

screenshot-1 screenshot-2 screenshot-3

License

GPLv3

Releases

No releases published

Packages

 
 
 

Contributors