nickvdp / RecentTabList

A Safari extension to list and filter recently closed tabs
51 stars 6 forks source link

Show the url of the tab and style it a bit more closely as in iOS Safari #5

Closed nuno-agostinho closed 7 years ago

nuno-agostinho commented 8 years ago

The Safari in iOS shows each closed tabs' title and URL separated with a horizontal bar. That allows to show more information in a prettier format. Another thing that could be included could be favicons OR (even better since they are scalable images) the Pinned Tab Icons.

img_0405

nickvdp commented 8 years ago

Good idea. I'll consider re-styling it. That said, I think the Pinned Tab icons and favicons aren't directly accessible through the Safari extension API so those will be tough to add. The extension used to support favicons using a web service, but it started charging so I dropped the feature.

nickvdp commented 7 years ago

Took me a while, but I added an option to show the URL. Didn't add the lines, but it's actually pretty easy to see the separation without them.