--
You received this message because you are subscribed to the Google
Groups "QSB Mac General Discussion" group.
If you are going to make an enhancement request or want to file a bug, please add it to our issues tracker at http://code.google.com/p/qsb-mac/issues/list.
To post to this group, send email to qsb-mac...@googlegroups.com
To unsubscribe from this group, send email to
qsb-mac-discu...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/qsb-mac-discuss?hl=en
!
On 6 Dez., 07:59, Dave MacLachlan <dmacl...@gmail.com> wrote:
> On Dec 5, 2009, at 5:52 PM, superman75 wrote:
>
> > Google can you please for the love of god make GoogleQuickSearchBox
> > a standalone prodect for Windows?
>
> > I want to use GoogleQuickSearchBoxbut I do not want to install the
Click here for more information:
http://www.addictivetips.com/windows-tips/google-quick-search-box-in-windows-7-taskbar/
So I wrote this HTML code:
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Google Quick Search</title>
<link rel="icon" type="image/png" href="http://www.iconspedia.com/
uploads/2120867538.png">
</head>
<center>
<body onload="document.f.q.focus()">
<img title=Google height=60 src="http://www.google.com/intl/en_ALL/
images/logo.gif">
<form action="http://www.google.com/search" name=f target="_blank">
<input autocomplete="off" maxlength=1024 name=q size=40 class=lst
title="Enter Query" value=""><br>
<input name=btnG type=submit value="Google Search" title="Submit
Search" class=lsb>
<input name=btnB type=reset value="Clear" title="Clear Current Query"
class=lsb>
</body>
</center>
</html>
Copy this code into a blank Notepad document, and save it as Quick
Search.html (or something like that). Then put that file in your My
Documents folder and open it on Google Chrome. It will show you just a
simple Google Search box, with the Google logo, the submit button, and
a reset form button. Any search queries that are sent through this
will open themselves in a new window/tab.
In Google Chrome, you also have the option of "Create Application
Shortcut", which is in the "Wrench" menu... That will make this it's
own little application and create a shortcut to it on the desktop.
Then you can pin this to your taskbar and have the exact functionality
that you want...
Heck, I bet you can even setup a Windows keyboard shortcut so this
will open when you double-tap Ctrl or something (although, I haven't
done this yet)...