navorite / sessionic

A web extension to save, manage and restore sessions, windows and tabs.
GNU Affero General Public License v3.0
471 stars 17 forks source link

Implement discarded tab opening for Chrome #5

Closed navorite closed 1 year ago

navorite commented 1 year ago

Currently, the chrome API doesn't allow opening tabs in discarded mode to save memory. An ideal workaround for this is to open tabs with a specific extension URL that detects it, and when the user switches to it, load the real URL.

navorite commented 1 year ago

Solved by #20