-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Setting is not replicated to other computers. #670
Comments
This extension isn't set up to "sync" between computers. The reason is that custom engines can take up more space than the sync data limit of 100KB (last I checked). I've looked into providing some type of sync, but the API provided is really not compatible with the way this addon stores settings. You can, however, export your settings and copy from one computer to another and import those settings. |
Thanks @ssborbis. The export/import does work. BTW, with three custom search engines the json size is about 20KB so there is sufficient margin to the 100KB limit. |
It's more than the total limit though. The API also imposes size limits on individual keys in the user settings object. I forget the actual size limit, but I've tested various workarounds, and they just didn't work well with how settings are stored in this addon. If anything changes though, I'll post a reply. |
Thanks for looking into it. I ended saving the json file in a github
repository, and sharing it via the repository.
Would be great if you find a way to make the sync transparent.
…On Tue, Nov 21, 2023 at 1:48 PM ssborbis ***@***.***> wrote:
It's more than the total limit though. The API also imposes size limits on
individual keys in the user settings object. I forget the actual size
limit, but I've tested various workarounds, and they just didn't work well
with how settings are stored in this addon. If anything changes though,
I'll post a reply.
—
Reply to this email directly, view it on GitHub
<#670 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQVMQOJDMEZICJFLWECBOTYFUORFAVCNFSM6AAAAAA7RGDQMGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRRG42DSMJTGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I am using the same Chrome profile from two computer, A and B. I installed ContextSearch on computer A, and added via ContextSearch three custom search engine.
When I tried to use it from computer B, ContextSearch was installed automatically (good) but the three custom search engine didn't show up.
I would expect the ContextSearch setting to be replicated on all computers.
The text was updated successfully, but these errors were encountered: