<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:,2009:/1/tag:www.readwriteweb.com,2009://1.15593-</id>
  <updated>2009-11-23T16:41:48Z</updated>
  <title>Comments for How to Install Chrome and Chromium Side-by-Side (So You Can Play with Extensions!)</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=15593" title="How to Install Chrome and Chromium Side-by-Side (So You Can Play with Extensions!)" />
    <published>2009-07-03T14:46:24Z</published>
    <updated>2009-07-04T03:58:31Z</updated>
    <title>How to Install Chrome and Chromium Side-by-Side (So You Can Play with Extensions!)</title>
    <summary>We&apos;re sure by now you&apos;ve heard about the upcoming extensions that will soon arrive in Google&apos;s Chrome browser. Already we&apos;ve seen a handful of these become available, including AdSweep, a PageRank checker, Cleeki, and, as of yesterday, a new bookmarking extension from Delicious. However, if you&apos;ve been running the standard Chrome install (or even the...</summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Google" />
    
    <category term="How To" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/chrome_and_chromium.jpg">We're sure by now you've heard about the upcoming extensions that will <a href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php">soon arrive in Google's Chrome browser</a>. Already we've seen a handful of these become available, including <a href="http://www.adsweep.org/">AdSweep</a>, a <a href="http://www.vasanth.in/software/page-rank-for-chrome/">PageRank checker</a>, <a href="http://blog.cleeki.com/?p=70">Cleeki</a>, and, as of yesterday, <a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread/75be6f91251f6e0b">a new bookmarking extension from Delicious</a>. However, if you've been running the standard Chrome install (or even the public beta), new features like this are just out of reach. </p>]]>
      <![CDATA[<p>If you're a developer, you're probably already running the version of Chrome released to the <a href="http://dev.chromium.org/getting-involved/dev-channel">Dev channel</a>, but many "regular folks" are hesitant to make this switch because moving from the stable release to the beta or from the beta to the dev release is a one-way conversion. You can't go back to an earlier build without re-installing Chrome. So how's another ordinary techie supposed to play around with all the cool new stuff coming to Chrome? The easiest way is to install a build of the Chromium browser side by side with your (stable) version of Google Chrome. </p>

<h2>How to Install Chromium and Chrome on Your PC</h2>

<p>First thing's first, if you haven't already installed a copy of Google Chrome on your PC, you should do so now. This new browser built on WebKit is winning converts right and left among the early adopter set these days, mainly for its blazing speed. From <a href="http://www.google.com/chrome">google.com/chrome</a> you can grab the latest release or, if you're a little more daring, you can click <a href="http://www.google.com/intl/en/landing/chrome/beta/">the link</a> to download the public beta version instead. </p>

<p>That was the easy part - the trickier part is installing Chromium, the open-source project that powers Google Chrome. You may have already visited the <a href="http://code.google.com/chromium/">Chromium site</a> over on Google Code in search of the download only to be confused when no obvious download link jumped out at you. <em>Home, Docs, FAQ, Blog, Group, Terms</em> - but no "Download." In fact, the only download link on the main page points you back to the stable version of Google Chrome. What gives?</p>

<p>They're probably not trying to hide the download from you; it's just a matter of knowing where to look. Developers get this, but us "ordinary" tech enthusiasts may need a little assistance. You see, the Chromium builds are all stored online at <a href="http://build.chromium.org/buildbot/snapshots/">build.chromium.org/buildbot/snapshots</a>. If you're a Mac or Linux user, this is where you can grab your copy, by the way.</p> 

<p>Windows users need to head directly to the link at <a href="http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/">build.chromium.org/buildbot/snapshots/chromium-rel-xp</a>. Once there, you'll notice a list of build numbers accompanied by a "last modified" date. </p>

<p><img src="http://www.readwriteweb.com/images/index_of_builds.png"></p>

<p>To get the most recent one, scroll to the bottom of the page and click through to the files listed. The easiest way to install Chromium is to download the "mini_installer.exe" file. This is a simple executable that installs Chromium on your PC. </p>

<h2>Make Chromium Extension-Ready</h2>

<p>Once installed, there's one more step before you can begin playing around with extensions in Chromium - you need to enable them. To do so, you're either going to need to modify the Chromium shortcut or create your own new shortcut. </p>

<p><strong><u>Windows XP</u></strong></p>

<p>On a Windows XP computer, you can just modify the "Target" field in the file properties. To do so:</p>

<ol>
  <li>Go to <strong>C:\Documents and Settings\[User Name]\Local Settings\Application Data\Chromium\Application\</strong> and locate the file called "chrome.exe." </li>

  <li>Right-click on the file and choose "Properties." Click the "Shortcut" tab.</li>

  <li>In the field labeled "Target" change the text to read (and yes, you need the quotes):<strong> &quot;C:\Documents and Settings\[User Name]\Local Settings\Application Data\Chromium\Application\chrome.exe&quot; -enable-extensions</strong></li>

  <li>Click "OK" when you're done. </li>

  <li>Make sure this modified shortcut is the one you use to launch Chromium from now on. You may want to copy it to your desktop to be sure. </li>
</ol>

<p><strong><u>Windows Vista/Windows 7</u></strong></p>

<p>On Windows Vista or Windows 7, you can't simply modify the "Target"; you have to create a new shortcut instead. To do so:</p>

<ol>
  <li>Go to <strong>C:\Users\[User Name]\AppData\Local\Chromium\Application</strong> </li>

  <li>Right-click in the white space of that folder somewhere and click "New" on the menu that appears.</li>

  <li>Choose "Shortcut" from the menu to launch the Create Shortcut wizard.</li>

  <li>In the window that appears, enter in the following where it asks you for the location of the item: <strong>C:\Users\[User Name]\AppData\Local\Chromium\Application\chrome.exe -enable-extensions</strong></li>

  <li>Click "Next" then "Finish"</li>

  <li>A new shortcut will appear in the folder. Make sure this shortcut is the one you use to launch Chromium from now on. You may want to copy it to your desktop to be sure.</li>
</ol>

<p><img src="http://www.readwriteweb.com/images/new_shortcut_wizard.png" ></p>

<h2>Launch Chromium and Install Extensions</h2>

<p>Now that you have Chromium installed and modified, you can play with extensions. To install an extension, you simply click on the hyperlink for the extension, which is usually labeled "extension_name.crx." A box will pop up asking you to confirm; just click "OK."</p>

<p><img src="http://www.readwriteweb.com/images/chromium_install_ext_msg.png"></p>

<p><u><strong>Here are some extensions you can try now:</strong></u></p>

<ul>
  <li><a href="http://www.adsweep.org/">AdSweep</a>: an add-on that hides advertising on web pages you visit, similar to how AdBlock works. It uses JavaScript to adjust the CSS of a page and is also available as a user script.</li>

  <li><a href="http://www.vasanth.in/software/page-rank-for-chrome/">PageRank checker</a>: a simple extension that shows the Google PageRank for the current web site.</li>

  <li><a href="http://blog.cleeki.com/?p=70">Cleeki</a>: an extension that delivers the functionality of <a href="http://www.ieaddons.com/en/accelerators/">IE8's Accelerators</a> to other browsers.</li>

  <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Gmail Checker</a>: One of the Chromium sample extensions that displays a toolstrip that shows how many messages are in your Gmail inbox.</li>

  <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">Subscribe in Google Reader</a>: Another sample extension which adds a button to the URL bar when a page has a feed that can be subscribed to. Clicking the button takes you to Google Reader.</li>

  <li><a href="http://dev.chromium.org/developers/design-documents/extensions/samples">BuildBot Monitor</a>: A third sample extension which shows the current status of the Chromium Build Bot.</li>

  <li><a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread/75a02aa146fcfabd">Chritter</a>: a Chrome Twitter notifier that shows recent tweets in the tooltip</li>

  <li><a href="http://groups.google.com/group/chromium-extensions/browse_thread/thread/75be6f91251f6e0b">Delicious</a>: the official alpha version of the social bookmarking extension. (Note: you may have to save the file on disk and then drag on to the Chrome window to trigger the install instead of just clicking on the link). </li>
</ul>

<p><img src="http://www.readwriteweb.com/images/Chromium_extensions.png"></p>

<h2>Final Note</h2>

<p>Keep in mind that Chromium isn't going to give you the same everyday experience of using the stable version of Chrome. While playing around with it, the browser actually crashed on me a couple of times - two times too many to make it worth switching over to permanently. This may just be an issue with the particular build I installed and will be corrected in a future version, but that's what you get when you play with cutting-edge tech. </p>

<p>At least I was finally able to get my hands on the extensions and really see what they were all about. And for that, it was well worth the headaches. Extensions are incredible!</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145231</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145231" />
    <title>Comment from JP on 2009-07-03</title>
    <author>
        <name>JP</name>
        <uri>http://zoopster.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://zoopster.net">
        <![CDATA[<p>Of course the BEST way to experience Chrome or Chromium is on Linux via a simple apt-get install of either google-chrome or chromium from <a href="http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux" rel="nofollow">http://dev.chromium.org/getting-involved/dev-channel#TOC-Linux</a> or <a href="https://launchpad.net/chromium-project" rel="nofollow">https://launchpad.net/chromium-project</a> respectively and get updates sent to you automatically everytime they update or add something new to the build. You will need Ubuntu (or Debian).</p>]]>
    </content>
    <published>2009-07-03T15:27:52Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145236</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145236" />
    <title>Comment from df on 2009-07-03</title>
    <author>
        <name>df</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Except we probably won't get extensions in Linux for 6 months :p</p>

<p>Anyway very cool news -- that should be the end of the browser battle for me. In particular I'm glad to see Yahoo all over the delicious extension. That one's a must have for me.</p>]]>
    </content>
    <published>2009-07-03T15:52:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145244</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145244" />
    <title>Comment from Fix error on 2009-07-03</title>
    <author>
        <name>Fix error</name>
        <uri>http://www.fixerror.net</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.fixerror.net">
        <![CDATA[<p>Great news about google chrome because I use it!</p>]]>
    </content>
    <published>2009-07-03T17:22:35Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145246</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145246" />
    <title>Comment from Mikes Sumondong on 2009-07-03</title>
    <author>
        <name>Mikes Sumondong</name>
        <uri>http://your-dailyword.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://your-dailyword.blogspot.com">
        <![CDATA[<p>I installed Chrome and I'm not so happy about it. In fact after a day of trying it out, I swicthed back to Firefox. And now with Firefox 3.5, it has just become faster.</p>

<p>As for page rank checker, I have it already with the google toolbar along with the gmail acces. yeah but Delicious and Chritter are something new to me</p>]]>
    </content>
    <published>2009-07-03T18:07:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145356</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145356" />
    <title>Comment from t on 2009-07-04</title>
    <author>
        <name>t</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>"Extensions are incredible!"</p>

<p>Pretty funny after the "Firefox 3.5 is playing catch-up, uninspiring" post. :D</p>]]>
    </content>
    <published>2009-07-04T11:21:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145574</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145574" />
    <title>Comment from Kai on 2009-07-06</title>
    <author>
        <name>Kai</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>it is possible to play with extensions under mac? i have the latest chromium.. but how i could enable the extensions?</p>]]>
    </content>
    <published>2009-07-06T13:06:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15593-comment:145598</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15593" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/how_to_install_chrome_and_chromium_side-by-side.php#c145598" />
    <title>Comment from mark@free iphone on 2009-07-06</title>
    <author>
        <name>mark@free iphone</name>
        <uri>http://freeiphone3gs.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://freeiphone3gs.blogspot.com/">
        <![CDATA[<p>Awesome! The things I miss most of the firefox browser was the extensions....and now it's there!</p>]]>
    </content>
    <published>2009-07-06T15:15:55Z</published>
  </entry>

</feed>