Dietrich Ayala
Dietrich Ayala
submitted to chrome store for review
Can you file a new issue? Please include whether it's consistent, or sporadic. On Fri, May 10, 2024, at 18:10, PuppetMaster000 wrote: > > > > Hey just wanted to...
It just listens for tabs.onCreated events - which covers this case. It works fine for me in Firefox, and always has. Latest stable and nightly of Firefox both still open...
Hm, would it better to unload LRU tabs or have "maximum number of loaded tabs"?
Oh, I see, you're saying the latter. Eg, "unload all tabs except most recent 20, regardless of how long they've been inactive." Is that right?
Hm, honestly I can't remember. Maybe it's a setting when I first uploaded the extension? I know that there's a non-zero risk of dataloss with these APIs, so I do...
Hey! Thanks for reporting this :) Configuring tab timeout is #9 and whitelisting domains is #7, making this about: "Would be also nice to have on tab context menu a...
Thanks!!! I'd searched all over MDN and couldn't find the docs for those. Turns out they're not a contextMenu and you don't do them through tabs APIs, they're an entirely...
Did you imagine this as unloading on a timer still, or immediately after a tab is not one of active, right-of-active, left-of-active? The idea of a "turbo" mode where we...
Ok, re-read the request, and you're describing this as a one-time thing. Filed #32 for turbo mode.