Is there a way to save tabbar state after refresh?

Is there a way to save the state of the tabs after a refresh? Say I have 4 tabs and refresh the browser with the 3rd one active. Is there a way to save the state so when the browser is refreshed it will reload with the same tabs and 3rd one active?

Is there a URL way like something.html#3 ?

Tabbar doesn’t provide a ready functionality.
It provides methods to get and set an active tab. You may place the tab id to the cookie for example and then restore this value.