From the category archives:

Chrome

Google Chrome Tips

by on May 12, 2013

in Chrome

I started this blog post of Chrome tips in 2008. Even though this is a “hairball” post, some of these tips still work.

- control-shift-V will paste your selection as plain text

- control-shift-T will re-open the last tab you closed. You can repeat that to keep re-opening previously closed tabs.

- Hover over a tab to see the title for that page.

- shift-escape to bring up the Chrome process manager

- switch your default search engine: right-click in the Omnibox and select “Edit search engines…” . Select a search engine and click “Make Default”

- Chrome’s user-agent looks like “Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.24 Safari/525.13″

- Click on a tab and drag it to reorder tabs. To move the tab to a new window, click on the tab and drag it away from the tab bar until a “ghost image” of the tab appears.

- Use control-tab and control-shift-tab to shift your tab focus

- The address bar (referred to as an “Omnibox”) in Google Chrome is very smart. You can use it to type urls or to run searches. Once you type a space after a word, the browser will assume that you want to run a search. Once you type a ‘/’, the browser will assume that you want to navigate to a url.

- Here’s another omnibox trick. Visit Amazon.com and do a search for anything (say, Terry Pratchett). Your browser will see that you did a search and will learn that it can search amazon. Now start typing in the omnibox until “amazon.com” is offered as a suggestion, and then hit tab. You will be offered the ability to search directly on Amazon for what you want. So you could type “am” to bring up the “amazon.com” suggestion, then hit tab and Chrome will say “Search amazon.com:” then if you type “Little Brother” and hit return, you’ll be taken directly to Amazon’s search results for Little Brother.

- On Firefox, you’d use control-l to move the focus to the address bar and control-k to move the focus to the search box. Both shortcuts work on Google Chrome. Note that control-k adds a ‘?’ to the beginning of the address bar/omnibox, which is a shorthand way to write “Do a search.” So entering “?tax codes” would do a search for [tax codes]. After you get the hang of the omnibox, you’ll find yourself just typing searches and hitting enter, because you don’t really need the ‘?’ in front.

- Toggle the display of a bookmark bar on and off with control-shift-B. Even if the bookmark bar is off, it will conveniently appear for you on the “New Tab” window.

- Google Chrome doesn’t offer Google Bookmarks functionality, but if you want to use Google Bookmarks with your browser, you can visit google.com/bookmarks and there’s a bookmarklet at the bottom of the page that you can drag up to your bookmarks bar.

- If you delete a tab by accident, open up a new tab with control-t. In the bottom right is a section called “Recently closed tabs” where you can retrieve a tab. That section only lists three recently closed tabs though. You can re-open up to 10 closed tabs with control-shift-T.

- To maximize the Google Chrome window, you can double-click in any unused/blank part of the tab strip

- An Incognito window isn’t just useful for buying gifts or private porn surfing. If you have two different Google Accounts (maybe a work account and a personal account), you can use Incognito mode to keep two browser windows open and the two windows can each use a different Google Account. Open an Incognito window with ctrl-shift-N.

- control-h will open a history window so that you can search over your browser history

- To help prevent phishing, Google Chrome will bold the hostname of the url in the address bar.

- Attach a file in Gmail with simple drag-and-drop.

- Google Chrome has some neat internal pages that you can access. In the address bar, try entering “about:memory” to get a great breakdown of Chrome’s memory statistics. Enter “about:version” to get version information about Google Chrome. Enter “about:dns” to see the time you’ve saved with DNS prefetching. Enter “about:plugins” to find out more about your browser’s plugins. And “about:stats” shows all kinds of information.

{ 2 comments }

Have you tried Chrome?

by on September 17, 2010

in Chrome

If you haven’t tried Chrome recently, you might want to give it a try. PC World recently picked Google Chrome as its top recommended browser. They said that Chrome had the best interface, best security, and best speed. (Firefox took top honors in the other category, best extensions.)

Jeff Atwood recently wrote that

Chrome was a completely respectable browser in V1 and V2. The entire project has moved forward so fast that it now is, at least in my humble opinion, the best browser on the planet. Google went from nothing, no web browser at all, to best-of-breed in under two years.

[I think someone else--Maximum PC?--also recently named Chrome their top browser. I'm on a plane now, but I'll try to add the other reference if I find it when I get home.]

Linux Format also recently reviewed eight different web browsers for Linux. They gave Chrome a 10/10 and concluded:

The outright winner has to be Chrome. Not only did it blitz everything else in the speed tests, but it holds up in the compatibility stakes too. Although we were amazed by the speed of Chrome, we shouldn’t forget the wonderful array of developer tools that are also embedded.

Looking at the analytics for my blog, about 22% of you use Chrome. So for the other 78% of you, what’s keeping you on another browser?

P.S. Here’s a pro tip: you can use Chrome in four different levels of bleeding edge: stable, beta, developer (also known as “dev”) and canary. I prefer the dev version myself, because you get access to great features early, but it’s still been very stable for me. Here’s how you can download and install the dev version of Chrome. Or if you want something rock-solid, you can download that too.

{ 156 comments }

If you’re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:

Switch from Beta to Dev:
sudo apt-get install google-chrome-unstable

Switch from Dev to Beta:
sudo apt-get install google-chrome-beta

That’s easier for me than going back for the .deb file and doing something with it.

Also, if you want to check whether a new dev version of Chrome is out, you can just repeat the same command:
sudo apt-get install google-chrome-unstable

and if there’s no new version, you’ll get something like this back:

Reading package lists… Done
Building dependency tree
Reading state information… Done
google-chrome-unstable is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I figured I’d document this in case I needed to remember how to do it in the future. :)

{ 12 comments }

You know when you do a Google search and get all those extra url parameters that crowd things up? “ie” and “hl” and so on? I hate that, because I often copy and email Google urls, and I try to clean up the url by removing all those extra params each time.

You can fix this annoyance in Chrome. Right-click on the address bar and select “Edit Search Engines…” (You can also edit the search engines via the Options menu.) You can either edit the Google option or add a new entry; I added a new entry. Added: you can’t edit the entry for Google, so you have to make a new entry. I set the URL field to be “{google:baseURL}search?q=%s” (without the quotes).

Now when you search for [flowers] the url is just http://www.google.com/search?q=flowers . Ah, nice clean urls in the browser bar. :)

Update: Chrome expert and fellow Googler Peter Kasting points out in the comments that “Doing this results in no more NavSuggest or Search Suggest in the omnibox dropdown — a real quality loss. NavSuggest especially is extremely valuable.” Peter has a good point: search suggestions can be very helpful. It’s up to you to decide whether you prefer search suggestions or a clean Google url. For most people who don’t cut-and-paste Google urls all day long, it’s probably better to stick with the default search option that gives you search suggestions.

{ 65 comments }

Google is replacing SearchWiki with stars in Google search. The stars sync with Google Bookmarks, so you can get access to them wherever you go. Once you star something, it shows up above the search results:

Google Stars for bookmarking

Pretty cool. But I discovered an extra little tip. If you go to Google Bookmarks, you can find a bookmarklet that will let you bookmark random pages as you surf. Then you can edit the bookmarks — for example, I added the words “Chrome market share” to three different metrics companies that I check each month:

Google Bookmarks UI

The cool thing is that if your search matches the text that you added, that bookmark will show up in your search results:

Google Stars for bookmarking

This can be really handy. For example, at the start of every month I do the search [chrome market share] to bring up this blog post I did so that I can find the links to the three metrics services. But now I have those services bookmarked and I can access them right from the search results. Good stuff.

By the way, did you notice that unusual Google logo in the image above? There’s a great Chrome extension that lets you pick a custom Google logo. Right now I’m using the Google logo for the Tapati Rapa Nui festival in Chile. (Full-disclosure: a member of my team, Tiffany Lane, wrote the Chrome extension to change the Google doodle.)

{ 47 comments }