lxieyang / vertical-tabs-chrome-extension

A chrome extension that presents your tabs vertically. Problem solved.
MIT License
461 stars 101 forks source link

Automatically renew tab names for sidebar #102

Open KhanhhNe opened 2 years ago

KhanhhNe commented 2 years ago

Problem

The tab titles are being got only once, so for tabs that have slow title loading (PDF files for example) or dynamic titles, the sidebar just sometimes or never shows correct titles for them at all.

My suggestion

Load the tab names in a set interval, or at least every time the sidebar is toggled on.