<?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/the_first_google_chrome_extensions.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.15179-</id>
  <updated>2009-11-23T17:02:15Z</updated>
  <title>Comments for The First Google Chrome Extensions: Block Ads, Check PageRank, and Use IE8 Accelerators</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.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=15179" title="The First Google Chrome Extensions: Block Ads, Check PageRank, and Use IE8 Accelerators" />
    <published>2009-05-28T15:27:06Z</published>
    <updated>2009-05-28T21:30:55Z</updated>
    <title>The First Google Chrome Extensions: Block Ads, Check PageRank, and Use IE8 Accelerators</title>
    <summary>The First Google Chrome Extensions</summary>
    <author>
      <name>Sarah Perez</name>
      <uri>http://www.sarahintampa.com</uri>
    </author>
    
    <category term="Browsers" />
    
    <category term="Features" />
    
    <category term="Google" />
    
    <category term="NYT" />
    
    <category term="Products" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img src="http://www.readwriteweb.com/images/chrome_logo_may09.jpg">During the <a href="http://code.google.com/events/io/">Google I/O</a> conference this week, one of the presentations from Day 1 was on the subject of <a href="http://dev.chromium.org/developers/design-documents/extensions">Google Chrome's extension system</a>. The long-awaited feature will finally deliver what Firefox and IE users have had for ages: a way to add more tools, services, and additional features to the browser.</p>]]>
      <![CDATA[<p>If you're playing around with one of the <a href="http://dev.chromium.org/getting-involved/dev-channel">developer builds</a> of Google Chrome, you can test drive this feature before it makes its public debut. Already, there are a handful of extensions available including an ad-blocker called <a href="http://www.adsweep.org/">AdSweep</a>, a <a href="http://www.vasanth.in/software/page-rank-for-chrome/">PageRank checker</a>, and <a href="http://blog.cleeki.com/?p=70">Cleeki</a>, an extension that ports IE8 Accelerators to Chrome. </p>

<h2>About Extensions in Chrome</h2>

<p>According to articles from both <a href="http://googlesystem.blogspot.com/2009/05/extending-google-chrome.html">Google Operating System</a> and <a href="http://www.cio.com/article/493538/Six_Things_to_Expect_From_Google_Chrome_Extensions">CIO</a>, here's what we know about how extensions work in Chrome, as described during that I/O presentation:</p>

<ol>
  <li>Extensions use HTML, JavaScript, and CSS so they're easy for developers to write.</li>

  <li>You don't need to restart the browser after installing an extension (hurray!)</li>

  <li>Extensions will work in all future versions of the browser. Developers won't need to update their extensions with each new release. (No more abandoned extensions!) </li>

  <li>Extensions will run as separate processes: one per extension. </li>

  <li>Extensions can appear at the bottom of the browser. During the demo, an add-on that displayed new stories from Google Reader was shown in a bar at the bottom of the browser.</li>

<li>Google will control the look of extension buttons to keep Chrome's UI uncluttered and consistent. </li>

<li>Google will build an extension gallery where developers can submit extensions and users can find extensions to install.</li>


</ol>

<h2>Extensions Available Now</h2>

<p>There are already some interesting extensions under development, which you can test out now in <a href="http://dev.chromium.org/getting-involved/dev-channel">a developer build</a> of Chrome.</p>

<p><strong><u>AdSweep</u></strong></p>

<p><a href="http://www.adsweep.org/">AdSweep</a> is an add-on that hides advertising on web page 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.</p>

<p><strong><u> Page Rank for Chrome</u></strong></p>

<p><a href="http://www.vasanth.in/software/page-rank-for-chrome/">Page Rank for Chrome</a> (shouldn't that be "PageRank?") is a simple extension that shows the Google PageRank for the current web site. </p>

<p><strong><u>Cleeki</u></strong></p>

<p>Perhaps the most fascinating of the three, however, is <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, a list that <a href="http://blog.cleeki.com/?p=70">now includes Chrome</a>. Accelerators are one of the newest (and best) features in the most recent version of Internet Explorer. Available from the right-click menu, they let you quickly perform actions that would have previously required opening a separate web page<em> (e.g. "map this," "translate this," "find on Facebook," "define this," "email this," "Digg this," etc.)</em></p>

<p>With Cleeki installed <em>(read how to </em><a href="http://blog.cleeki.com/?p=70"><em>here</em></a><em>),</em> you can do many of those same actions, although its appearance is somewhat different. IE8 accelerators are listed in a small right-click menu, but Cleeki actually opens up a secondary window like a pop-up where you can choose from the available actions and see the results. </p>

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

<p>The size of that window may turn off some users, so it's a shame that Google Chrome doesn't currently allow for a user preference system since Cleeki is actually very customizable (size, skin, behavior, etc.). According to the <a href="http://blog.cleeki.com">Cleeki blog</a>, there's a hacking way to customize it, but they haven't shared that info yet...perhaps they will in the future. </p>

<h2>Developers, Write Your Own Extensions</h2>

<p>In the meantime, while we wait for this feature to hit the public build of Chrome, developers can get cracking writing their first Google Chrome extensions. For help getting started, they should check out <a href="http://dev.chromium.org/developers/design-documents/extensions/samples">these sample extensions</a> and <a href="http://dev.chromium.org/developers/design-documents/extensions/howto">this tutorial</a> which demonstrates how to write a simple extension.</p>

<p>If you're a developer who has built an extension for Chrome, let us know about it in the comments!</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140041</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140041" />
    <title>Comment from Ben Werdmuller on 2009-05-28</title>
    <author>
        <name>Ben Werdmuller</name>
        <uri>http://benwerd.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://benwerd.com/">
        <![CDATA[<p>Good news - extensions were my one major barrier to full-time Chrome adoption. Right now I still have to resort to Firefox for certain tasks, which is a bummer, because it runs at less than half the speed. (I love Firefox, but I love doing things quickly more.)</p>

<p>Furthermore, the use of web technologies to write the extensions is extremely smart and dramatically lowers the barrier to entry. I'm looking forward to trying my hand at a couple, and they should have a decent ecosystem in a comparatively short time.</p>]]>
    </content>
    <published>2009-05-28T15:52:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140053</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140053" />
    <title>Comment from MacStories on 2009-05-28</title>
    <author>
        <name>MacStories</name>
        <uri>http://www.macstories.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.macstories.net/">
        <![CDATA[<p>Do they work on Chromium builds for Mac?</p>]]>
    </content>
    <published>2009-05-28T16:20:58Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140056</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140056" />
    <title>Comment from AKSHIT on 2009-05-28</title>
    <author>
        <name>AKSHIT</name>
        <uri>http://www.chromeplugins.org</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.chromeplugins.org">
        <![CDATA[<p>Hello,</p>

<p>I just dropped by to bring you attention to some other plugins/extensions which were developed at chromeplugins.org :<br />
<a href="http://www.chromeplugins.org/chrome/customize-your-new-tab-page/" rel="nofollow">http://www.chromeplugins.org/chrome/customize-your-new-tab-page/</a></p>

<p>Also the adaptation to googlepedia extension for firefox in chrome:<br />
<a href="http://www.chromeplugins.org/plugins/googlepedia-extension-for-chrome-get-wikipedia-articles-along-search-results/" rel="nofollow">http://www.chromeplugins.org/plugins/googlepedia-extension-for-chrome-get-wikipedia-articles-along-search-results/</a></p>

<p>Thanks., you can post about those plugins as well.</p>]]>
    </content>
    <published>2009-05-28T16:52:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140059</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140059" />
    <title>Comment from Elad Kehat on 2009-05-28</title>
    <author>
        <name>Elad Kehat</name>
        <uri>http://friendfeed.com/ekehat</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/ekehat">
        <![CDATA[<p>Finally!<br />
AdBlock (and a few other extensions) is the main reason I'm still using Firefox more than Chrome. For any javascript heavy site (gmail, google reader) Chrome is already my browser of choice, but I go as far as copying link that appears in some post in my google reader on chrome over to firefox, to avoid the ads...</p>

<p>The big question is, now that firefox's main advantage over chrome is gone, will people move over to chrome en-masse? and if and when they do, will google keep supporting the mozilla foundation?</p>]]>
    </content>
    <published>2009-05-28T17:10:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140065</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140065" />
    <title>Comment from Sean on 2009-05-28</title>
    <author>
        <name>Sean</name>
        <uri>http://www.seanmulholland.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.seanmulholland.com/">
        <![CDATA[<p>Finally!  With an adblocking extension Firefox will be no more.</p>

<p>FF started out great, but lately is has become a bloated, slow mess.  Still beats IE, so I stick with it, but I'm looking forward to Chrome once all this is out of dev.</p>

<p>Might give the dev build a shot for the hell of it, but I hate unstable builds...</p>]]>
    </content>
    <published>2009-05-28T17:51:39Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140071</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140071" />
    <title>Comment from Athar on 2009-05-28</title>
    <author>
        <name>Athar</name>
        <uri>http://www.muskurahat.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.muskurahat.com">
        <![CDATA[<p>I am still wondering how to install these extensions</p>

<p>kindly help</p>]]>
    </content>
    <published>2009-05-28T18:39:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140091</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140091" />
    <title>Comment from Josh Chandler on 2009-05-28</title>
    <author>
        <name>Josh Chandler</name>
        <uri>http://friendfeed.com/joshchandler</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/joshchandler">
        <![CDATA[<p>I wonder if these extensions will be less memory consuming then Firefox, I have like 3 installed, and the majority of the time it sends Firefox into overload!</p>]]>
    </content>
    <published>2009-05-28T19:53:37Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140092</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140092" />
    <title>Comment from Television Spy on 2009-05-28</title>
    <author>
        <name>Television Spy</name>
        <uri>http://whatareyouwatching.uni.cc/index.php?x=1</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://whatareyouwatching.uni.cc/index.php?x=1">
        <![CDATA[<p>It's taken them quite a while for this, but the interface for addons still isn't as streamlined as Firefox or even Opera (which doesn't even require a restart and you can preview addons before confirming their addition).</p>]]>
    </content>
    <published>2009-05-28T20:14:56Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140101</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140101" />
    <title>Comment from Paul Taylor on 2009-05-28</title>
    <author>
        <name>Paul Taylor</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>XMarks, pleeeeeeeeeease :-)</p>]]>
    </content>
    <published>2009-05-28T21:27:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140127</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140127" />
    <title>Comment from free virtual worlds for kids on 2009-05-28</title>
    <author>
        <name>free virtual worlds for kids</name>
        <uri>http://www.wiglingtonandwenks.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.wiglingtonandwenks.com/">
        <![CDATA[<p>It's finally out! I've been waiting for this feature for ages! Hopefully the extensions will not slow down Google Chrome.</p>]]>
    </content>
    <published>2009-05-29T03:22:34Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140135</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140135" />
    <title>Comment from Jack on 2009-05-28</title>
    <author>
        <name>Jack</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>As Block was one of the major reasons why I stuck with firefox (the other being firebug).</p>

<p>Now that Ad Sweep it out for Chrome, I'm waiting for the firebug equivalent and then it's time to move to chrome permanently. </p>

<p>P.S. Ad Sweep works just as well as Ad Block - don't see any ads on RWW!</p>]]>
    </content>
    <published>2009-05-29T04:39:03Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140138</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140138" />
    <title>Comment from Mitchell McKenna on 2009-05-28</title>
    <author>
        <name>Mitchell McKenna</name>
        <uri>http://friendfeed.com/mitchellmckenna</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/mitchellmckenna">
        <![CDATA[<p>hmm, figured Google would fend off an adblock extension for longer than this, seeing as ads are it's main base of revenue...</p>]]>
    </content>
    <published>2009-05-29T05:06:21Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140141</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140141" />
    <title>Comment from devrim baris acar on 2009-05-28</title>
    <author>
        <name>devrim baris acar</name>
        <uri>http://friendfeed.com/devrimbaris</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/devrimbaris">
        <![CDATA[<p>"Ad blocking" from google, interesting :).</p>]]>
    </content>
    <published>2009-05-29T06:28:57Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140143</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140143" />
    <title>Comment from Pon on 2009-05-28</title>
    <author>
        <name>Pon</name>
        <uri>http://friendfeed.com/pkattera</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/pkattera">
        <![CDATA[<p>First extension or tool I need is one to sync my Firefox extensions with the same Chrome extensions where they exist (or a service to recommend substitutes). Until then, I am well and truly locked into Firefox.</p>]]>
    </content>
    <published>2009-05-29T06:38:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140155</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140155" />
    <title>Comment from Garry on 2009-05-29</title>
    <author>
        <name>Garry</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I don't know if some of you realized that AdSweep is *NOT* a Google project. That would be pretty incredible if it were!</p>]]>
    </content>
    <published>2009-05-29T09:05:50Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140166</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140166" />
    <title>Comment from Sona on 2009-05-29</title>
    <author>
        <name>Sona</name>
        <uri>http://www.chromestyles.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.chromestyles.com">
        <![CDATA[<p>More themes and plugins can be found at <br />
<a href="http://www.chromestyles.com" rel="nofollow">http://www.chromestyles.com</a></p>]]>
    </content>
    <published>2009-05-29T13:55:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140168</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140168" />
    <title>Comment from joe on 2009-05-29</title>
    <author>
        <name>joe</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I still use firefox but I really like the competition that Chrome adds to the browser wars. </p>

<p>I think that the market share for IE is on the decline</p>

<p><a href="http://baseballtraderumors.com/" rel="nofollow">http://baseballtraderumors.com/</a></p>]]>
    </content>
    <published>2009-05-29T14:12:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140169</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140169" />
    <title>Comment from Spammy on 2009-05-29</title>
    <author>
        <name>Spammy</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Wow, this is awesome. I am really starting to get tired of memory hog Firefox slowing down to a complete stop on certain sites. Chrome is starting to look like a good alternative seeing as there is not much else out there.</p>

<p>RT<br />
www.privacy-tools.echoz.com</p>]]>
    </content>
    <published>2009-05-29T14:14:38Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140171</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140171" />
    <title>Comment from Venkadesan Tharshan on 2009-05-29</title>
    <author>
        <name>Venkadesan Tharshan</name>
        <uri>http://www.ezzal.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.ezzal.com">
        <![CDATA[<p>that is nice to hear.. im going to switch to Chrome Soon !</p>

<p><a href="http://www.ezzal.com" rel="nofollow">http://www.ezzal.com</a></p>]]>
    </content>
    <published>2009-05-29T14:27:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140172</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140172" />
    <title>Comment from bycpyt@mindspring.com on 2009-05-29</title>
    <author>
        <name>bycpyt@mindspring.com</name>
        <uri>http://bycpyt@mindspring.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bycpyt@mindspring.com">
        <![CDATA[<p>bycpyt@mindspring.com</p>]]>
    </content>
    <published>2009-05-29T14:27:45Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140174</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140174" />
    <title>Comment from WD on 2009-05-29</title>
    <author>
        <name>WD</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>WEB DEVELOPER Toolbar, like the one for Firefox!  Once they have that, my switch to Chrome will be final and permanent.</p>]]>
    </content>
    <published>2009-05-29T14:41:54Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140190</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140190" />
    <title>Comment from nike on 2009-05-29</title>
    <author>
        <name>nike</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Plenty more at <a href="http://www.mychromeaddons.com" rel="nofollow">http://www.mychromeaddons.com</a></p>]]>
    </content>
    <published>2009-05-29T16:44:13Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140195</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140195" />
    <title>Comment from LeRoy Lee on 2009-05-29</title>
    <author>
        <name>LeRoy Lee</name>
        <uri>http://twitter.com/mrleroylee</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://twitter.com/mrleroylee">
        <![CDATA[<p>This is pretty cool. I was able to easily at page rank and cleeki. I like Page Rank, however I am not a fan of the additional bar at the bottom of the browser. I don't know if I will find much use from cleeki.</p>

<p>Now my question is, "How do I uninstall a pluggin?"</p>]]>
    </content>
    <published>2009-05-29T18:28:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140202</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140202" />
    <title>Comment from Kent Geek on 2009-05-29</title>
    <author>
        <name>Kent Geek</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p> Now that I have the Weave add-on for FF, it's going to be very difficult to move me to a new browser.  Having all my personal data move between FF installations on my two desktops and notebook is too convenient to give up.  When Chrome gets equivalent functionality, I'll be inclined to check it out more thoroughly.</p>]]>
    </content>
    <published>2009-05-29T20:27:29Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140209</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140209" />
    <title>Comment from Neko on 2009-05-29</title>
    <author>
        <name>Neko</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Wow, kinda sad that the first thing you people want is to be able to steal bandwidth from websites.</p>

<p>Hurting the sites you use, kinda self destructive wouldnt you think?</p>]]>
    </content>
    <published>2009-05-29T22:28:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140210</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140210" />
    <title>Comment from Dwert on 2009-05-29</title>
    <author>
        <name>Dwert</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@Neko<br />
Although I use ad blocking when I find a site I truly like and wish to support I either donate or turn off ad blocking for that specific site.</p>]]>
    </content>
    <published>2009-05-29T22:38:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140231</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140231" />
    <title>Comment from pravin on 2009-05-29</title>
    <author>
        <name>pravin</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>how to remove addon from chrome..</p>]]>
    </content>
    <published>2009-05-30T05:34:53Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140275</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140275" />
    <title>Comment from http://www.benivolent.com on 2009-05-30</title>
    <author>
        <name>http://www.benivolent.com</name>
        <uri>http://www.benivolent.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.benivolent.com">
        <![CDATA[<p>very useful </p>]]>
    </content>
    <published>2009-05-30T15:10:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140279</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140279" />
    <title>Comment from proneax on 2009-05-30</title>
    <author>
        <name>proneax</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Anyone know how to write a type-ahead-find extension for chrome???</p>

<p><a href="http://code.google.com/p/chromium/issues/detail?id=150" rel="nofollow">http://code.google.com/p/chromium/issues/detail?id=150</a></p>]]>
    </content>
    <published>2009-05-30T16:18:22Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140369</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140369" />
    <title>Comment from MattM on 2009-05-31</title>
    <author>
        <name>MattM</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>How about an extension that adds a simple "Bookmarks" icon next to the address bar.  The official 'bookmarks' bar sucks donkey bells.</p>]]>
    </content>
    <published>2009-06-01T02:38:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140398</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140398" />
    <title>Comment from Company Formation on 2009-06-01</title>
    <author>
        <name>Company Formation</name>
        <uri>http://www.formationshouse.com/company_formation.htm</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.formationshouse.com/company_formation.htm">
        <![CDATA[<p>It's about time that Google came out to support extensions. It's been quite a while now and Google really needs to work harder to dominate the web browser wars. It first should focus to make the browser features like IE and Fire Fox and then take the ultimate step to make the browser better than the two. I use all three broswers but due to Chrome's lack of extensions it just used to lie down on my desk top as an icon but with this I may start using it more. I am going to try the extensions for <a href="http://www.formationshouse.com/company_formation.htm" rel="nofollow">Company Formation</a>. Lets see how it reacts.</p>]]>
    </content>
    <published>2009-06-01T08:29:40Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140762</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140762" />
    <title>Comment from winbsd on 2009-06-03</title>
    <author>
        <name>winbsd</name>
        <uri>http://www.knowschina.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.knowschina.com">
        <![CDATA[<p>Good news,I have waiting a long time to have a extension like the toolbar for IE&firefox.</p>]]>
    </content>
    <published>2009-06-03T16:54:06Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:140923</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c140923" />
    <title>Comment from Popein on 2009-06-04</title>
    <author>
        <name>Popein</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>MattM: About the "Bookmarks" icon next to the address bar mentioned above, it has been there for a long time, you just need to add --bookmark-menu to the Chrome shortcut.</p>]]>
    </content>
    <published>2009-06-04T13:24:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:141057</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c141057" />
    <title>Comment from LV on 2009-06-05</title>
    <author>
        <name>LV</name>
        <uri>http://www.lvshops.cn</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.lvshops.cn">
        <![CDATA[<p>Hello</p>]]>
    </content>
    <published>2009-06-05T11:04:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:141909</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c141909" />
    <title>Comment from Best Family Restaurant on 2009-06-11</title>
    <author>
        <name>Best Family Restaurant</name>
        <uri>http://www.sonomachickencoopalmaden.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sonomachickencoopalmaden.com">
        <![CDATA[<p>Hi Really good content you posted in your blog, IT is really too good.</p>]]>
    </content>
    <published>2009-06-11T07:54:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:142070</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c142070" />
    <title>Comment from mark on 2009-06-11</title>
    <author>
        <name>mark</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>comeon guys don't be fooled by this, google chrome just wants us to use their search engine, do you really think google would kill all the ads on chrome...Firefox is great, it blocks everything and I mean everything, with google they just can't afford that.  Mozilla gets better every year, and there is no way I would go to chrome for any reason.  Google will NEVER block everything because it's their business model, they can't afford to.... sad but true.</p>]]>
    </content>
    <published>2009-06-11T23:40:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:142906</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c142906" />
    <title>Comment from ZK@Web Marketing Blog on 2009-06-17</title>
    <author>
        <name>ZK@Web Marketing Blog</name>
        <uri>http://www.webtrafficroi.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.webtrafficroi.com">
        <![CDATA[<p>I am trying Bing as my default search in Chrome. I want to like it. The video search and sampling makes for some snappy info gathering. There seems to be a growing number of things to like. Am I sensing that Microsoft has a new generation of cool programmers beavering away in Redmond? Bring it on guys! More! And thx to Scott for the tip on making Bing the default in Chrome because I had not managed it on my own.<br />
</p>]]>
    </content>
    <published>2009-06-17T16:25:31Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:143193</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c143193" />
    <title>Comment from Flexor on 2009-06-19</title>
    <author>
        <name>Flexor</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I need ImgLikeOpera in Chrome.<br />
Until then I will use Firefox.</p>]]>
    </content>
    <published>2009-06-19T12:33:36Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:144376</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c144376" />
    <title>Comment from Jack Stanley on 2009-06-27</title>
    <author>
        <name>Jack Stanley</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>You might want to add aniweather, Chrome's first ever animated weather add-on, to the add-on list:</p>

<p>www.aniweather.com</p>]]>
    </content>
    <published>2009-06-27T23:44:10Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:148451</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c148451" />
    <title>Comment from Josh on 2009-07-22</title>
    <author>
        <name>Josh</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi,</p>

<p>Just created a simple extension to view XML files in a user friendly format - with opening and closing nodes.</p>

<p>You can download it from <a href="http://files.getdropbox.com/u/598146/xmltree.crx" rel="nofollow">http://files.getdropbox.com/u/598146/xmltree.crx</a></p>

<p>Looking forward to getting some feedback.</p>

<p>Josh</p>]]>
    </content>
    <published>2009-07-22T11:47:05Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:149058</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c149058" />
    <title>Comment from SKY on 2009-07-25</title>
    <author>
        <name>SKY</name>
        <uri>http://bgnentrepreneur.net/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bgnentrepreneur.net/">
        <![CDATA[<p>It is very informative. I'm new to the SEO business, trying hard to learn about the pagerank thing these days. The information offered on your website is very very very helpful.Thanks a lot for sharing it.<br />
I've bookmarked your blog.</p>]]>
    </content>
    <published>2009-07-25T15:59:41Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:149059</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c149059" />
    <title>Comment from NZ on 2009-07-25</title>
    <author>
        <name>NZ</name>
        <uri>http://euroweatherstation.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://euroweatherstation.com/">
        <![CDATA[<p>Great Work.I'd like the thank the blog owner for posting it.<br />
Great Comments. I'd like to thank the readers for sharing more helpful and relevant information.</p>]]>
    </content>
    <published>2009-07-25T16:02:33Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:149062</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c149062" />
    <title>Comment from Tian on 2009-07-25</title>
    <author>
        <name>Tian</name>
        <uri>http://youknowwhereyouare.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://youknowwhereyouare.com/">
        <![CDATA[<p>In my opinion, traffic to a website is important but is not the key factor leading to high google page rank.<br />
However, Google just keep changing its standard. It's quite annoying. I've got one websites, whose page rank keep changing all the time, rising and falling. <br />
Google algorithm change too often. Sometimes, too hard to understand. </p>]]>
    </content>
    <published>2009-07-25T16:09:12Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:151595</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c151595" />
    <title>Comment from Vibov on 2009-08-11</title>
    <author>
        <name>Vibov</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>The extensions I need, because I can't do without</p>

<p>1. Norton Toolbar (I don't trust any web browser - Chrome or otherwise - to store my logins and passwords; Norton Security, yes, but so far it only works with IE and FF)</p>

<p>2. some extension to control the media player - Winamp, foobar2000 etc. - just like FoxyTunes on Firefox. I listen to music a lot and I don't want to have to switch from one application to another, having to leave the browser window every now and then.</p>

<p>All the others - would sure be nice, but as long as 1 & 2 are not available, Firefox remains my browser #1, although it *is* a memory-eating, slow-starting hog</p>]]>
    </content>
    <published>2009-08-11T17:45:24Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:156929</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c156929" />
    <title>Comment from ugg  on 2009-09-10</title>
    <author>
        <name>ugg </name>
        <uri>http://www.uggboots365.co.uk</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.uggboots365.co.uk">
        <![CDATA[<p>Google will control the look of extension buttons to keep Chrome's UI uncluttered and consistent. </p>]]>
    </content>
    <published>2009-09-10T08:01:36Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:159206</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c159206" />
    <title>Comment from http://game4home.com on 2009-09-23</title>
    <author>
        <name>http://game4home.com</name>
        <uri>http://game4home.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://game4home.com">
        <![CDATA[<p>Good news,I have waiting a long time to have a extension like the toolbar for IE&firefox.</p>]]>
    </content>
    <published>2009-09-23T18:33:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:160240</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c160240" />
    <title>Comment from Torpedo Gratuito on 2009-09-29</title>
    <author>
        <name>Torpedo Gratuito</name>
        <uri>http://torpedogratis.inf.br/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://torpedogratis.inf.br/">
        <![CDATA[<p>I agree with Ben. Crome an other browsers should go after shorter time and path solutions.<br />
Thanks, <a href="http://torpedogratis.inf.br" rel="nofollow">Enviar Torpedo Grátis</a></p>]]>
    </content>
    <published>2009-09-29T15:54:01Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:160805</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c160805" />
    <title>Comment from Ann on 2009-10-02</title>
    <author>
        <name>Ann</name>
        <uri>http://www.iopus.com/imacros/chrome</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.iopus.com/imacros/chrome">
        <![CDATA[<p>FYI, we just released our first version of iMacros for Chrome Alpha:</p>

<p>Please see:<br />
<a href="http://www.iopus.com/imacros/chrome/" rel="nofollow">http://www.iopus.com/imacros/chrome/</a><br />
<a href="http://wiki.imacros.net/iMacros_for_Chrome" rel="nofollow">http://wiki.imacros.net/iMacros_for_Chrome</a> </p>

<p>Cheers,<br />
Ann</p>]]>
    </content>
    <published>2009-10-02T15:37:43Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:168327</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c168327" />
    <title>Comment from Torpedo on 2009-11-12</title>
    <author>
        <name>Torpedo</name>
        <uri>http://torpedo.inf.br</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://torpedo.inf.br">
        <![CDATA[<p>Crome not only can get a tool bar but also the URL adress field can be worth for searchs - that turn life easyer.<br />
<a href="http://www.construclick.com.br" rel="nofollow">Construção e Reforma</a> <a href="http://torpedo.inf.br" rel="nofollow"> Torpedo </a></p>]]>
    </content>
    <published>2009-11-12T21:19:16Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.15179-comment:168887</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.15179" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/the_first_google_chrome_extensions.php#c168887" />
    <title>Comment from entreeouest on 2009-11-16</title>
    <author>
        <name>entreeouest</name>
        <uri>http://friendfeed.com/entreeouest</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://friendfeed.com/entreeouest">
        <![CDATA[<p>: pas à d_heissler [!]. pouvez mieux faire maintenant! Boss?</p>]]>
    </content>
    <published>2009-11-16T11:30:44Z</published>
  </entry>

</feed>