Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy/open list of URLs #7

Open
0xdevalias opened this issue Aug 28, 2018 · 1 comment
Open

Copy/open list of URLs #7

0xdevalias opened this issue Aug 28, 2018 · 1 comment
Labels

Comments

@0xdevalias
Copy link
Owner

0xdevalias commented Aug 28, 2018

Sometimes it's useful to be able to copy a list of URLs in the current window (for using elsewhere), or open a list of URLs as tabs.

Currently I use a few extensions for this, with varying differing features, including:

As per my ponderings in #6 (RE: implement new features vs tighter integration with other extensions), this is left open as a future potential pondering.

Chrome Extension API Reference

@0xdevalias
Copy link
Owner Author

0xdevalias commented Jun 12, 2024

OpenList has a very minimal UI:

image

Sometimes this was good, sometimes I wish it could have done a few more things. Off the top of my head:

  • Only show urls for selected tabs, tabs to left/right, etc
  • Copy URLs: normal, as markdown list, as markdown list with titles, etc
  • Ability to copy list of URLs pre-formatted as a markdown list/similar
    • Both as a 'raw' list of URLs, as well as a list of URLs + their tab titles
      • URL1
        URL2
        URL3
      • - URL1
        - URL2
        - URL3
      • - URL1
          - > URL1's Title
        - URL2
          - > URL2's Title
        - URL3
          - > URL3's Title
      • etc
  • Ability to show which URLs were in tab groups/etc (and maybe copy them in that format as well?)
    • Relies on: Support for Chrome's Tab Groups #10
    • # Tab Group Title
      
      - URL1
      - URL2
      - URL3
    • - Tab Group Title
        - URL1
        - URL2
        - URL3
    • - Tab Group Title
        - URL1
          - > URL1's Title
        - URL2
          - > URL2's Title
        - URL3
          - > URL3's Title
    • etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant