faameunier / tk-chrome

Tabby (aka project tabkiller) is a Chrome extension that aims at automatically deleting all your useless tabs.
https://www.tabby.us/
0 stars 0 forks source link

[Back-end] When OOS, ask the chrome api the Tab #35

Closed faameunier closed 4 years ago

faameunier commented 4 years ago

Thanks to the new front-end (kudos) we can now see quite obviously when we were out of sync as it leads to the deletion of a tab with no title or url.

The current 'create an empty tab' policy is not a good practice for UX and slightly bias the statistics.

Fix: When OOS, ask the chrome api to retrieve all interesting tab data. This should fix #30 (it is not a bug, it just cannot read the pinned property unless it was changed).