


<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Google Reader Checker</title>
	<atom:link href="http://www.chromeextensions.org/alerts-updates/google-reader-checker/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/</link>
	<description>Extend Your Google Chrome Browser</description>
	<lastBuildDate>Fri, 12 Mar 2010 06:52:23 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JorisVoorn</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-8312</link>
		<dc:creator>JorisVoorn</dc:creator>
		<pubDate>Thu, 14 Jan 2010 15:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-8312</guid>
		<description>I think it would be great to have a right-click option for automaticly making as read

and also a link next to &quot;refresh&quot;, that&#039;s &quot;mark all as read&quot;

What do you think about that ?</description>
		<content:encoded><![CDATA[<p>I think it would be great to have a right-click option for automaticly making as read</p>
<p>and also a link next to &#8220;refresh&#8221;, that&#8217;s &#8220;mark all as read&#8221;</p>
<p>What do you think about that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy Wyant</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-5533</link>
		<dc:creator>Guy Wyant</dc:creator>
		<pubDate>Mon, 07 Dec 2009 20:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-5533</guid>
		<description>Thanks a bunch, this is a nice extension!
If you want the unread count to be erased when you click the badge to go to Google Reader (useful if you set the timeout to be something longer than 15 seconds for procrastination prevention), you can find the background.html file in the directory that destructoBOT just mentioned, search for chrome.tabs.getAllInWindow(null, tabSearch); and simply add the line updateUnreadCount(0); above it.
So it looks like so:
    updateUnreadCount(0);
    chrome.tabs.getAllInWindow(null, tabSearch);

@destructoBOT, I would say that turning the above into an option would be an easy and awesome idea, for those of us who would like Reader to be checked, say, every 20 minutes; I imagine there are ways you could do it even more gracefully than how I provided.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch, this is a nice extension!<br />
If you want the unread count to be erased when you click the badge to go to Google Reader (useful if you set the timeout to be something longer than 15 seconds for procrastination prevention), you can find the background.html file in the directory that destructoBOT just mentioned, search for chrome.tabs.getAllInWindow(null, tabSearch); and simply add the line updateUnreadCount(0); above it.<br />
So it looks like so:<br />
    updateUnreadCount(0);<br />
    chrome.tabs.getAllInWindow(null, tabSearch);</p>
<p>@destructoBOT, I would say that turning the above into an option would be an easy and awesome idea, for those of us who would like Reader to be checked, say, every 20 minutes; I imagine there are ways you could do it even more gracefully than how I provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: destructoBOT</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-5095</link>
		<dc:creator>destructoBOT</dc:creator>
		<pubDate>Sat, 05 Dec 2009 10:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-5095</guid>
		<description>Yes, open the extension folder in the &lt;a href=&quot;http://www.chromium.org/user-experience/user-data-directory&quot; rel=&quot;nofollow&quot;&gt;User Data directory&lt;/a&gt; and go to the icon-folder in the Google Reader extensions directory. There you can replace any icon sets you wish for your own.</description>
		<content:encoded><![CDATA[<p>Yes, open the extension folder in the <a href="http://www.chromium.org/user-experience/user-data-directory" rel="nofollow">User Data directory</a> and go to the icon-folder in the Google Reader extensions directory. There you can replace any icon sets you wish for your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jester</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4943</link>
		<dc:creator>jester</dc:creator>
		<pubDate>Fri, 04 Dec 2009 14:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4943</guid>
		<description>Anyway you can update the icons on this to match the google reader favicon?</description>
		<content:encoded><![CDATA[<p>Anyway you can update the icons on this to match the google reader favicon?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: destructoBOT</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4199</link>
		<dc:creator>destructoBOT</dc:creator>
		<pubDate>Sun, 29 Nov 2009 20:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4199</guid>
		<description>Hm... I have a widescreen at work and haven&#039;t experienced any problems there (Win7 though). Try fiddling around in the setIcon-function in background.html and see if you can find any solution, probably around line 73. :)</description>
		<content:encoded><![CDATA[<p>Hm&#8230; I have a widescreen at work and haven&#8217;t experienced any problems there (Win7 though). Try fiddling around in the setIcon-function in background.html and see if you can find any solution, probably around line 73. <img src='http://www.chromeextensions.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k.adam</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4196</link>
		<dc:creator>k.adam</dc:creator>
		<pubDate>Sun, 29 Nov 2009 20:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4196</guid>
		<description>Latest dev. version, but I still use the good old XP. :) Cannot widescreen resolution be a problem?</description>
		<content:encoded><![CDATA[<p>Latest dev. version, but I still use the good old XP. <img src='http://www.chromeextensions.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cannot widescreen resolution be a problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: destructoBOT</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4195</link>
		<dc:creator>destructoBOT</dc:creator>
		<pubDate>Sun, 29 Nov 2009 20:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4195</guid>
		<description>What OS and Chrome version are you running? I&#039;ve only tested it on Win7 with latest dev version so it&#039;s bound to have some bugs.</description>
		<content:encoded><![CDATA[<p>What OS and Chrome version are you running? I&#8217;ve only tested it on Win7 with latest dev version so it&#8217;s bound to have some bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k.adam</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4165</link>
		<dc:creator>k.adam</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4165</guid>
		<description>It found the following error:

Uncaught TypeError: Cannot read property &#039;width&#039; of undefined

chrome/ExtensionProcessBindings:369

I tried to reinstall, but it did not help. Any idea?</description>
		<content:encoded><![CDATA[<p>It found the following error:</p>
<p>Uncaught TypeError: Cannot read property &#8216;width&#8217; of undefined</p>
<p>chrome/ExtensionProcessBindings:369</p>
<p>I tried to reinstall, but it did not help. Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: destructoBOT</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4153</link>
		<dc:creator>destructoBOT</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4153</guid>
		<description>What do you mean by &quot;dots&quot;?

Go to chrome://extensions/, click developer mode, then &quot;background.html&quot;-link beneath the Google Reader Checker entry. From there you click on the JavaScript console button, second from left in the lower left corner. 

If anything has gone wrong when loading the icons it should say in that window. Try to reinstall the extension if nothing helps.</description>
		<content:encoded><![CDATA[<p>What do you mean by &#8220;dots&#8221;?</p>
<p>Go to chrome://extensions/, click developer mode, then &#8220;background.html&#8221;-link beneath the Google Reader Checker entry. From there you click on the JavaScript console button, second from left in the lower left corner. </p>
<p>If anything has gone wrong when loading the icons it should say in that window. Try to reinstall the extension if nothing helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k.adam</title>
		<link>http://www.chromeextensions.org/alerts-updates/google-reader-checker/comment-page-2/#comment-4151</link>
		<dc:creator>k.adam</dc:creator>
		<pubDate>Sun, 29 Nov 2009 15:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.chromeextensions.org/?p=966#comment-4151</guid>
		<description>I found two bugs:

1. When I choose the chromified icon sets I see only dots instead of the icon. I had the same mistake with the wave checker extension by the way, but the gmail checker runs perfectly with the  chromified set.
2. The color of the icon does not change when I have unread items (default set). I see the red counter at the bottom of the icon, but the rest of the picture remains gray.

I already tried reloading the extension, nothing changed.
Otherwise great extension, very useful and comfortable.</description>
		<content:encoded><![CDATA[<p>I found two bugs:</p>
<p>1. When I choose the chromified icon sets I see only dots instead of the icon. I had the same mistake with the wave checker extension by the way, but the gmail checker runs perfectly with the  chromified set.<br />
2. The color of the icon does not change when I have unread items (default set). I see the red counter at the bottom of the icon, but the rest of the picture remains gray.</p>
<p>I already tried reloading the extension, nothing changed.<br />
Otherwise great extension, very useful and comfortable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
