-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
<open>InNewWindow commands #1047
Comments
I'm sorry to be dense, but what does this mean? I'm not sure I know what 'app mode' is.. |
From
|
I can't find any part of the Chrome extensions API which allows us to access this functionality. Specifically, according to the chrome.windows API, we can query windows ( Unless I've missed something in the API, I don't think it is possible for us to do this. |
What's a representative use case this is ticket is intended to fulfill? |
Enable me to use Chromium like I use browser with no tabs. That is replace |
Wouldn't it make more sense to add an "open in new window" command, without replacing the existing tab commands? Then you could unbind the tab commands and bind this "open in new window command" in your options. Along with this, we can trigger fullscreen mode from Vimium, so it might be worthwhile also creating an "open in new fullscreen window command" command, which you could, again, bind instead of the tab command. This feels like a reasonable solution to the problem to me. |
Yes. It is what I mean. |
I've implemented the commands I described above as |
Thanks a lot ! Shame |
How change the policy ‹ request new window › open page in a new window, instead of a new tab? What to do when a website wants to open a new window:
|
Closing. |
We could use app mode for these ones.
The text was updated successfully, but these errors were encountered: