yeonsh / smoothgestures-chromium

Automatically exported from code.google.com/p/smoothgestures-chromium
Other
0 stars 0 forks source link

Open Site On New Tab #521

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When i use gestures to go to a website i want it to open it on a new tab, not 
on the one im using.

Original issue reported on code.google.com by oimetr...@gmail.com on 7 Oct 2011 at 2:46

GoogleCodeExporter commented 9 years ago
Use "window.open('http://www.youraddresshere.com');"

It's not a good solution, because I think it's causing an additional window 
from the same process rather than a new process like it should (as 
chrome.tabs.create({url: "http://www.youraddresshere.com"}); would) but it's at 
least an interim fix.

I think there definitely needs to be some attention paid to the custom actions 
feature, it's pretty limited at the moment.

Original comment by Cara...@gmail.com on 14 Dec 2011 at 9:06