Sync saved windows. Inspired by TabCloud (https://addons.mozilla.org/en-GB/firefox/addon/tabcloud/).
This extension provides a toolbar button with a popup of a list of saved and opened windows. List can be synchronised through Google account.
The reason for this extension is due to the reason that TabCloud does not support Firefox Quantum.
Firefox and Chrome extension (v.2.7)
- Use vue.runtime.js to remove
unsafe-eval
from content security policy while retain reactivity of UI
Fix bug in Firefox extension which prevented logging in to Google account
Using background.js to sustain the log in session to reduce the loading time when the popup is displayed.