betterRunner/context-note

tks~

moshuying opened this issue · 5 comments

Thanks to your thoughts, the browser first producer goal finally close to completion.
If you have time, we may need to cloud synchronization function, it is easier to implement it in the browser, can be based on such onedrive cloud storage data synchronization to the cloud, such work in the home, when work can continue.

Thanks for the suggestion. Seems like the data synchronization is a hot demand. I would make a plan to support this feature, not only onedrive but also dropbox, google could and jianguoyun maybe. Please be patient since it might take a while to achieve it. Any update would be posted in this issue.

@moshuying Hi there, I have checked serval cloud synchronization apps such as onedrive, dropbox and google could. It seems that it is not easy to integrate them into chrome extension since a lot of restrictions such as CORS and so on need to be solved. I tried them without a success.
Does anyone have experience in this field? A merge request with this feature would be really appreciated.

Wait a minute, I found the chrome.storage.sync function supports sharing data between serval computers with the same google account from here and I would like to take it a try!

awesome!Thank you for your contribution to this matter. I found some good materials, which may be useful to you。

image

I found the updated documentation and he is here
and maybe you need this

This feature should be support by chrome.storage.sync now, please update to 1.3.7 to take it a try. Thanks for the suggestion and help.