Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suspend pages opened in new tabs #228

Closed
tkapler opened this issue Jun 8, 2015 · 4 comments
Closed

Suspend pages opened in new tabs #228

tkapler opened this issue Jun 8, 2015 · 4 comments
Labels

Comments

@tkapler
Copy link

tkapler commented Jun 8, 2015

I wonder if it would be possible to automatically suspend all tabs opened in a new tab (so In background), so that they would be not loaded at all until the tab get focus

@deanoemcke
Copy link
Collaborator

It would be a great feature, however it may be tricky to implement in practice.
In order to find out the page favicon and title, I would first need to load the page and then suspend it (somewhat defeating the purpose of this feature).
Interested to hear workarounds for this, but for now I'll leave this.

@deanoemcke
Copy link
Collaborator

I have implemented this in the latest version (not on the webstore yet). The extension now has a new right-click option to 'open in new suspended tab'
To get around the issues mentioned above, the newly suspended tab will use the title and favicon from the original tab (the one containing the link).

@deanoemcke
Copy link
Collaborator

This feature is now available in the chrome webstore on v6.30.

@deanoemcke
Copy link
Collaborator

Just an update on this issue. The current functionality of 'open link in new suspended tab' will now actually wait until the tab has fully loaded in the background and THEN suspend it.
This is so that i can capture the favicon, page title, and optionally take a screencapture, before suspending the tab.
More info of this can be found here: #572

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants