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

Feature Request: Leave window open all the time #9

Open
ericfrancis opened this issue Mar 14, 2017 · 4 comments
Open

Feature Request: Leave window open all the time #9

ericfrancis opened this issue Mar 14, 2017 · 4 comments

Comments

@ericfrancis
Copy link

I often don't use my browser full screen. I would not mind having the peek a tab menu open at all times.

@pramjeet
Copy link
Owner

pramjeet commented Mar 16, 2017

Hi @ericfrancis this feature may take time to properly implement. But you can use Tabman Tabs Manager till then. It has this functionality.
Thanks :)

@fcherman
Copy link

I also would like this feature.

@nunoguedelha
Copy link

@ericfrancis @fcherman , meanwhile you can always proceed as follows:

  • clone the repo
  • change the closeOnFocusChange to false in the DOMContentLoaded event listener:

    peek-a-tab/app.js

    Lines 7 to 11 in 5d168e7

    document.addEventListener("DOMContentLoaded", function() {
    var activeWindowId = window.location.search.substr(1);
    var peekATabWindowId = null;
    var closeOnFocusChange = true;
  • Load the extension "unpacked" from the repo root folder
    image
    • click on "Load unpacked",
    • in the dialog pop-up, select the "peek-a-tab" extension root folder.

My initial comment here.

Great extension @pramjeet , thanks again!

@nunoguedelha
Copy link

nunoguedelha commented Jun 10, 2022

Side note on problem with Chrome updates

When Chrome updates, this can cause the extension to crash and stop working permanently. I didn't submit a dedicated issue because this can be related to the procedure described above.

Fix

Remove the extension and reload it unpacked as explained in my previous comment.

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

No branches or pull requests

4 participants