I love Google Chrome, it's fast, it works.
For me life without Incognito Windows (Ctrl+Shift+N
) and Task Manager (Shift+Esc
) seems pretty glum.
What other Chrome tips have you got?
About pages [1]. Type in address bar:
about:internets
if you're on XP. - DisgruntledGoat
The WebKit Web Inspector [1] (accessed via right-clicking on an element and choosing Inspect Element) is great. I use it in Safari all the time.
[1] http://webkit.org/blog/197/web-inspector-redesign/Specify alternate proxy settings [1] in the command line:
chrome.exe --proxy-server=foo:8080
[1] http://code.google.com/p/chromium/issues/detail?id=266Creating an "app" of a single website using the -app parameter:
chrome.exe -app="https://rememberthemilk.com/"
chrome://net-internals/
I wonder if there are more of these somewhere. Like a list.
If you use it in Windows try run with these parameters:
for bookmark menu icon:
--bookmark-menu
for the icons on bottom, e.g. xmarks:
--show-extensions-on-top
Here are the shortcuts I use constantly; they work perfectly in Linux:
ctrl++ / ctrl+- (increase/decrease font size)
Search behavior can be personalized and different keywords (shortcuts) can be used for different searches. Right click the addressbar (omnibar) and choose "edit search engines". Check this page [1] out for more info if you need.
chrome://extensions (extension manager)
Two more tips:
You can pull away a tab then it becomes a new window. You can do it in opposite way too.
Select a text in a webpage and drag to the addressbar. It's very useful if the URL isn't clickable. Like this, try: superuser.com
You can use Ctrl + Mouse wheel to increase/decrease font size.
They're still not really publicised and there is no way to manage them, but they exist and install easily. In particular,
AdSweep
[1] is nifty. There are also a
bunch more here
[2].
Update: extensions are no longer a hidden feature of Google Chrome, there is now a full extensions site [3], and a management console. I guess some people might not know about them so I'll leave the answer here for posterity.
[1] http://adsweep.org/The ability to dock tabs around the screen is something very cool. It replace aerosnap. You just have to drag the tabs at some pre-defined locations on the screen (sides, top, and near an other Chrome Window). See here for more information [1] (go to the Resize Tabs section).
[1] http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=95622Don't forget about:flags
for experimental features.
about:about
shows all the about functions.
My favorite extensions:
about:flags
part that is. - Cawas
Shift + CMD + touch gesture previous or next visit : Open a new tab with that page.
Ctrl+W. Closes current tab, and works great for closing all but one tab that the leftmost one (you can move it there). Just hold Ctrl and tap 'W' as many times as needed.
You can hide / disable the "Show saved passwords" button!
This is the feature request [1]. And here are the instructions [2] from Google.
But, the easiest way is to import this reg file [3] into your computer and restart Chrome!
This is the content of the reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome]
"PasswordManagerAllowShowPasswords"=dword:00000000
[1] http://code.google.com/p/chromium/issues/detail?id=49609The --user-data-dir
flag. I keep Chrome's data on a different drive from my OS. Not only does Chrome use a ton of space (over 1GB so far), but it does it with thousands of files that come and go. For example:
C:\Users\You\AppData\Local\Google\Chrome\Application\chrome.exe --user-data-dir="Y:\Chrome"
There's also --disk-cache-size
and --disk-cache-dir
.
Here are some more [1] command-line switches.
[1] http://peter.sh/experiments/chromium-command-line-switches/Just my two cents ...
CTRL+L
will always take you to the address bar.
CTRL+SHIFT+T
will bring the last closed tab.
"The Lord of the rings" :
chrome://chrome-urls/
Which brings this nice hidden gems list : (at least does on chrome dev channel 15.0.861)
The following pages are for debugging purposes only. Because they crash or hang the renderer, they're not linked directly; you can type them into the address bar if you need them.
Window
menu. - squircle