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

Too Many Tabs Error #39

Open
livejamie opened this issue Jan 21, 2017 · 2 comments
Open

Too Many Tabs Error #39

livejamie opened this issue Jan 21, 2017 · 2 comments

Comments

@livejamie
Copy link

Gettiing "Can't save to sync storage. Too many tabs. Try to close one more."

This is frustrating.

I wish I could do as many as I'd like, or for it to at least tell me how many I need to close.

My storage is only at 7.58%

@onikienko
Copy link
Owner

The extension uses chrome.storage.sync storage to store groups.
You can take a look at quota of this storage there https://developer.chrome.com/extensions/storage#property-sync

As you see the max size you can store in one group is 8,192 bytes.

The size of a group depends on URL of each tab in the group.

Of course, I can use other storages with bigger quota (like chrome.storage.local, localStorage, indexedDB etc) but all of them aren't supporting sync.

The possible solution with sync is using something like Google Drive or custom server storage.
But the main goal of this extension is simplicity. No authentication and log in, no 3rd party libs, small size.
Just install and use.

@livejamie
Copy link
Author

I'm using a browser called Vivaldi, and it doesn't use the storage sync. I just export and import the groups to a .txt file, is there a way I could disable the sync?

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

No branches or pull requests

2 participants