loilo / auto-group-tabs

Google Chrome extension to automatically group tabs by URL
https://chrome.google.com/webstore/detail/auto-group-tabs/danncghahncanipdoajmakdbeaophenb
MIT License
109 stars 19 forks source link

Supporting extension:// URLs #27

Closed openclosure closed 2 years ago

openclosure commented 2 years ago

Hi, fantastic work with this extension. I use it daily and find it very helpful for managing dozens of tabs at the same time without getting lost. I see that you added support for file:// URLs. I was wondering if you would consider supporting extension:// URLs as well.

For me I use this extension in combination with the extension The Great Suspender. The problem is, once a tab is suspended, it has it's URL turned into something like extension://jaekigmclikkalnicnjoafgfjoefkpeg/[a bunch of metadata about the tab]&url=[original url]. In theory I would like to just prepend * to all my rules and have them auto-sorted the same as a regular tab, but they are ignored by the extension right now.

loilo commented 2 years ago

This should definitiely be possible, I'll take a look.

loilo commented 2 years ago

I have just pushed a new extension version (0.0.13) which fixes this problem. It still needs to pass the review process before being published, but that should take just a couple days.

openclosure commented 2 years ago

Worked perfectly! Only minor issue on my side is that the URLs in the extension scheme are encoded (eg, "/" -> "%2F"), but not really your problem, and easy to work around with some more manual rule setup. Thanks again, your extension is by far the fastest and most reliable tab group organizer I've used.

loilo commented 2 years ago

Happy to hear, thanks. :)