You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TST depends on session store API also - it is required to track tabs over sessions. Chrome does not provide it for extensions so TST on Chrome may lose tree structure more frequently after you restart Chrome.
And more, currently TST is based on the Manifest V2 but Chrome supports only Manifest V3 extensions. Manifest V3 does not allow extensions to run any permanent process, but TST is designed to work with a permanent process which track all changes of tabs in the background. It became more hard to port TST to Chrome due to the death of Manifest V2 on Chrome.
Anyway I have no plan to port TST to Chrome by my hand because I have no plan to switch the main browser from Firefox to Chrome and I'm developing TST mainly for myself. I won't try port TST to Chrome until Firefox completely dies.
Chrome 114, available since last month, supports a side panel api. The API is different from firefox, though.
The text was updated successfully, but these errors were encountered: