chrome-session-restore
chrome-session-restore copied to clipboard
link "Open x tabs of all y tab(s)" only opens one tab
Opening multiple tabs seems forgotten now. I guess it could be some sort of spam.
There's a manual workaround
- open dev console
- you'll see the list of tab URLs logged
- right click > store as global variable
- with
temp1
being the name of the variable, use the commandtemp1.join('\n')
- copy the output (= 1 URL per line)
- paste it in an extension that can open tabs for each URLs such as this one : Open Multiple URLs