Persistent unique ID for Chrome tabs that lasts between browser sessions
I'm trying to ascertain some way to establish a unique ID for Chrome tabs that meets the following conditions: Uniquely identifies each tab Stays the same for a given tab between browser restarts (session-restored tabs) Stays the same if a tab is closed and then reopened with Undo Closed Tab (Ctrl+Shift+T) Stays distinct if a tab is duplicated I've done some rather aggressive research to find a comprehensive solution, but nothing seems to quite do the trick. Here are the methods I have tried, in increasing order of efficacy: Use Chrome's provided tab.id: does not persist between browser