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

Save groups in Chrome #652

Closed
aviv926 opened this issue Nov 15, 2020 · 11 comments
Closed

Save groups in Chrome #652

aviv926 opened this issue Nov 15, 2020 · 11 comments

Comments

@aviv926
Copy link

aviv926 commented Nov 15, 2020

Hi, thanks for this extension

Can you please add an option that keeps all the groups of cards in Chrome?
(Google added a new option on this)
I'm talking about it:
https://blog.google/products/chrome/manage-tabs-with-google-chrome/

Can you make the extension save that as well?

@bbd-service-git
Copy link

+1

I would pay serious cash for tab groups to be preserved.

@sienori
Copy link
Owner

sienori commented Dec 9, 2020

I plan to support Chrome's tab groups.

@aviv926
Copy link
Author

aviv926 commented Dec 9, 2020

I plan to support Chrome's tab groups.

thank you for that!

@sienori sienori added this to the Tab group milestone Dec 9, 2020
@sienori
Copy link
Owner

sienori commented Dec 9, 2020

chrome.tabs.group API does not seem to be available yet in Chrome.
https://developer.chrome.com/docs/extensions/reference/tabs/#method-group
I will support the tab group when the API becomes available.

@rpg-roleplay-fan
Copy link

I copied after closing chrome the 3 session folders (Session, Session Worker, Session Storage) in chrome user profile to a named saved folder.
For later Restoring I copied form my named folder the 3 folders back to the Orginal Profile Path (before that i deleted the folders or its cont) .
Starting the chrome profile and the state of the tab is restored.
I am not sure if it worked direct, i activate all Tab Groups Options in about:flags.

why you could not build such a functionality for group tabs in a beta version, till there is no api for doing this an a better way?

@rpg-roleplay-fan
Copy link

there is an API in development in review phase.
https://docs.google.com/document/d/1WgNtyBSuSmmHIuENU8IKLZmSK3tAVPpnjwjfD3clxqI/edit

@aviv926
Copy link
Author

aviv926 commented Mar 16, 2021

I plan to support Chrome's tab groups.

Is there any news regarding this issue?

@sienori
Copy link
Owner

sienori commented Mar 17, 2021

The chrome.tabGroups API has been released, but it seems to be available in Manifest V3. It may be difficult to support it immediately...

@aviv926
Copy link
Author

aviv926 commented Mar 17, 2021

The chrome.tabGroups API has been released, but it seems to be available in Manifest V3. It may be difficult to support it immediately...

I saw this extension in the Google Chrome store I think it works according to the cache method or API ...it saves the name + the cards that are in each group

Maybe this will give you direction for your extension

@Pictor13
Copy link

Pictor13 commented Apr 8, 2021

Despite its name, in the description reports that:

Tab Group Saver does not (yet) auto-save your tab groups

@sienori do you know how much of the codebase needs to be changed to upgrade the extension to V3?
Or you are maybe already aware of what will be the pain point in adapting the code?

Just to know, in case we can contribute.

@sienori
Copy link
Owner

sienori commented Apr 18, 2021

In version 6.6.0, I implemented support for tab groups! f3e14f7
To save tab groups, you need to install an additional extension.
TSM accesses chrome.tabGroups via the "Save Tab Groups" extension.

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

No branches or pull requests

5 participants