vote up 20 vote down star
15

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?

flag
Task Manager is Ctrl+Shift+Esc – Beaner Aug 21 at 23:19
4  
Google Chrome's task manager is accessed by pressing shift+esc – MarkM Aug 22 at 1:06

10 Answers

vote up 17 vote down

About pages. Type in address bar:

Source

link|flag
1  
And about:internets if you're on XP. – DisgruntledGoat Oct 27 at 21:40
vote up 14 vote down

The WebKit Web Inspector (accessed via right-clicking on an element and choosing Inspect Element) is great. I use it in Safari all the time.

Web Inspector

link|flag
1  
Is this really a hidden feature in Chrome? How do you get to it? – T Pops Jul 24 at 14:03
3  
@T Pops: Right click (Option-click for Mac?) on the web page and select "Inspect Element". – Dennis Williamson Jul 24 at 16:13
@Dennis, Macs have right click too. With an old one-button mouse, it's control-click. – jtbandes Jul 24 at 17:09
2  
I do like this, but it's not as easy as Firebug when it comes to making changes to the DOM. – DisgruntledGoat Oct 27 at 21:41
vote up 11 vote down

Specify alternate proxy settings in the command line:

chrome.exe --proxy-server=foo:8080
link|flag
2  
Yes! Chrome uses IE settings (which are locked out by my system administrator). – Richard Morgan Jul 27 at 20:43
vote up 5 vote down

Creating an "app" of a single website using the -app parameter:

chrome.exe -app="https://rememberthemilk.com/"

link|flag
vote up 2 vote down

Extensions!

They're still not really publicised and there is no way to manage them, but they exist and install easily. In particular, AdSweep is nifty. There are also a bunch more here.

link|flag
AdSweep seems to mess with some things. For instance, it somewhat blocks the WordPress Screen Options in the admin panel. – Nathaniel Oct 27 at 23:58
vote up 2 vote down

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+shift+T (undo close tab)
  • ctrl+B (view/hide bookmark bar)
  • ctrl++ / ctrl+- (increase/dcrease 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 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

link|flag
vote up 1 vote down

You can use Ctrl + Mouse wheel to increase/decrease font size.

link|flag
2  
FYI - That also works for Firefox and IE, in fact also a lot of applications such as Excel and Word. – MrGreen Oct 12 at 23:39
vote up 0 vote down

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 (go to the Resize Tabs section).

link|flag
vote up 0 vote down

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.

link|flag
vote up -7 vote down

So what if I unintall Internet Explorer? Where will it get the settings from?

link|flag
If uninstalling IE removes the "Internet Options" item from the control panel, the proxy settings would still be in the registry. – mhud Aug 21 at 22:27
3  
This should be a comment on Oscar's Answer, not an answer – in.spite Sep 3 at 7:30
2  
you cannot uninstall IE – Jonathan Oct 12 at 22:56

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.