Otaqui.Com

Pete Otaqui’s blog about web development and everything else

Complete List of Special Google Chrome URLs

2 comments

Google Chrome has quite a lot of special URLs. Some of these are covered over at Lifehacker in their post on Chrome’s about pages, but the meta “about:” protocol isn’t the only one that Chrome uses.

Waha, a user on the chromeplugins.org site posted a much more complete list of URL schemes that Chrome uses. Waha was looking at the url_constants.cc source file, along with some other stuff, to work this list out.

I’ve ignored the virtually universal set of protocols that are in just about every browser: http, https, ftp, file, data, feed and javascript, and also the URLs that cannot be entered into the address bar (not using Chrome 5 on OS X Snow Leopard anyway).

Without further ado, here’s the list:

Written by pete

March 6th, 2010 at 4:12 am

Posted in Professional

Tagged with ,

2 Responses to 'Complete List of Special Google Chrome URLs'

Subscribe to comments with RSS or TrackBack to 'Complete List of Special Google Chrome URLs'.

  1. How could I register chrome:// as protocol so that I could make a shortcut on desktop to automatically launch chrome://newtab.

    I want this because simply launching Chrome creates a separate window. I want that relaunching Chrome would create and give focus to new tab (I have a habit to automatically click an icon on Quick Launch to visit a web page)

    So far I have http://www.google.com as the shortcut but I’d really like it to be the newtab page.

    Henno

    5 Jul 10 at 2:46 am

  2. Hi henno,

    I’m assuming you’re using windows. I would assume that you can create any desktop shortcut / favourite you want, and then just edit the “URL” to be “chrome://newtab” instead of “http://google.com/” or whatever.

    I couldn’t promise that it would work, but try the manual change and then see if when you double-click your OS asks you what to do with a URL with the protocol “chrome://”

    pete

    12 Aug 10 at 10:56 pm

Leave a Reply