chrome-session-restore icon indicating copy to clipboard operation
chrome-session-restore copied to clipboard

link "Open x tabs of all y tab(s)" only opens one tab

Open MathieuDerelle opened this issue 5 years ago • 0 comments

Opening multiple tabs seems forgotten now. I guess it could be some sort of spam.

There's a manual workaround

  1. open dev console
  2. you'll see the list of tab URLs logged
  3. right click > store as global variable
  4. with temp1 being the name of the variable, use the command temp1.join('\n')
  5. copy the output (= 1 URL per line)
  6. paste it in an extension that can open tabs for each URLs such as this one : Open Multiple URLs

MathieuDerelle avatar Dec 17 '19 00:12 MathieuDerelle