This is one of the first extensions i have used and it is very useful for me.
Now am used to it and cannot use other browser
ctrl + Q is awesome
This is a discussion on [New Ext] TabSearch within the Chrome Plugins section, part of the Google Chrome category: This is one of the first extensions i have used and it is very useful for me. Now am used ...
This is one of the first extensions i have used and it is very useful for me.
Now am used to it and cannot use other browser
ctrl + Q is awesome
hey Peve absolutely love your extension tab search, I got a really good direction with this extension and was wondering if you would be as kind enough to listen to my suggestion
here it goes:
*how about having numbers at the beginning before the little icons, then you can type numbers to get to that tab.
* how about allowing to close tabs in ctrl+q window by pressing del that would really mean more organisation at your fingertips.
*how about opening a new tab in ctrl+q window and a bar should appear asking for url(this one i guess can be complicated)
*lastly include an option to choose the background colour of ctrl+q window
I really like the idea of opening and closing tabs within your tabsearch box, this could make it tabmanagement and a really build on your excellent extension. get back to me and tell me what you think please.
thankyou
suffian amjad
email: sufffian@gmail.com
the number idea would probably help to, just memorizing which number a tab is may be easier than remembering the name
and the ability to close tabs directly from the window might be cool aswell
a personal sugestion that might require a bit more work:
Tab Highlighting (similar to pin tabs)
basically changes the color of a tab, so it can be marked, and more easily found
I think this is way better than pinned tabs.. as i hate how there locked in place XD
oh and maybe a visual counter for how many open tabs (that shows on the icon)
see https://chrome.google.com/extensions...eeeadojiibgbdp
Last edited by Bloody_Turds; 12-16-2009 at 09:38 PM.
I have a patch that makes the Ctrl+Q open a new tab instead of a popup window. I like it better, you're free to integrate as an option or throw away as you want
% diff -u background.html.orig background.html
--- background.html.orig 2010-01-05 00:35:26.000000000 -0800
+++ background.html 2010-01-05 00:35:15.000000000 -0800
@@ -17,8 +17,9 @@
window.settingsWin = null;
}
- window.settingsWin = window.open(url, url, 'width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
- window.settingsWin.focus();
+ //window.settingsWin = window.open(url, url, 'width=' + w + ', height=' + h + ', top=' + top + ', left=' + left);
+ //window.settingsWin.focus();
+ chrome.tabs.create( { url: url, selected: true } )
}
is this extension known to work in beta version of chrome? when I click the icon, a couple dialog windows flash - too fast to even be read.