-
Notifications
You must be signed in to change notification settings - Fork 3
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
Request: Make Tab Organizer Work with Chrome Extensions #2
Comments
Which "The Great Suspender" are you using? The original has been removed. https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg |
However, it shouldn't really matter. The request was to organize tabs when
they have the chrome extension address at the beginning. So, independent of
a specific application, I think you could code the sorting process to
ignore the chrome Extension address and read from the end of it to the
end. This way, it works regardless of the extension you use. Pretty sure I
detailed this when I opened the request in the beginning. Let me know if
you have any other questions or need any further clarification.
Thank you,
Sean D. Feeney
@seandfeeney <http://twitter.com/seandfeeney> | http://seandfeeney.com/
He/Him
<https://medium.com/gender-inclusivit/why-i-put-pronouns-on-my-email-signature-and-linkedin-profile-and-you-should-too-d3dc942c8743>
| Schedule Calendly Meeting <https://calendly.com/seandfeeney>
…On Mon, Mar 1, 2021 at 1:59 PM Sean Feeney ***@***.***> wrote:
I submitted this probably a year ago at this point. So it would be the
original.
Thank you,
Sean D. Feeney
@seandfeeney <http://twitter.com/seandfeeney> | http://seandfeeney.com/
He/Him
<https://medium.com/gender-inclusivit/why-i-put-pronouns-on-my-email-signature-and-linkedin-profile-and-you-should-too-d3dc942c8743>
| Schedule Calendly Meeting <https://calendly.com/seandfeeney>
On Mon, Mar 1, 2021 at 1:47 PM Justin Goette ***@***.***>
wrote:
> Which "The Great Suspender" are you using? The original has been removed.
>
>
> https://chrome.google.com/webstore/detail/the-great-suspender/klbibkeccnjlkjkiokjodocebajanakg
> New ownership announcement
> <greatsuspender/thegreatsuspender#1175>
> New maintainer is probably malicious
> <greatsuspender/thegreatsuspender#1263>
> Flagged as malware by Microsoft Edge
> <https://www.windowscentral.com/great-suspender-extension-now-flagged-malware-edge-has-built-replacement>
> Reddit forum discussion
> <https://old.reddit.com/r/HobbyDrama/comments/jouwq7/open_source_development_the_great_suspender_saga/>
> Medium Article
> <https://medium.com/nerd-for-tech/malware-in-browser-extensions-3805e8763dd5>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#2 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABUMLOYKC2BMPBY52AK2VY3TBPOMPANCNFSM4KYBM2NA>
> .
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For instance, the chrome extension "The Great Suspender" will take over the URL of a suspended tab.
It will look like: chrome-extension://klbibkeccnjlkjkiokjodocebajanakg/suspended.html#ttl=Google&pos=0&uri=https://www.google.com/
Tab Organizer seems to treat this as its own grouping and therefore will not group all google tabs together. I feel that if Tab Organizer looked at the URL and ignored everything from "extension:// to uri=" it could retain the proper grouping of tabs, even when an extension takes over.
I really love Tab Organizer and I can't live without the great suspender, but unfortunately, they do not play well together.
The text was updated successfully, but these errors were encountered: