sienori / Tab-Session-Manager

WebExtensions for restoring and saving window / tab states
https://tab-session-manager.sienori.com/
Mozilla Public License 2.0
1.91k stars 188 forks source link

Save backup to (webDAV) provider (eg. Nextcloud) #1383

Open mjeveritt opened 2 months ago

mjeveritt commented 2 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Similar to #1354 it would be nice/useful to sync to other providers than Google. OneDrive, Dropbox are other proprietary formats, but WebDAV would allow simple synchronisation with multiple services, eg. NextCloud, and Owncloud.

Describe the solution you'd like A clear and concise description of what you want to happen.

Update the 'Save Backup' option to include eg. Dropbox and WebDAV providers. A good example plugin with a (small) variety of useful, popular providers for backup is Stylus. There may be some useful code tips in https://github.com/openstyles/stylus/blob/master/background/sync-manager.js .

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

image