<?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: How to build a Google Chrome extension in 15 minutes</title>
	<atom:link href="http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/</link>
	<description>Maniacal musings of a pixel perfectionist</description>
	<lastBuildDate>Mon, 05 Jul 2010 15:35:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Boris</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-143</link>
		<dc:creator>Boris</dc:creator>
		<pubDate>Tue, 15 Jun 2010 05:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-143</guid>
		<description>Thanks! This is great :)</description>
		<content:encoded><![CDATA[<p>Thanks! This is great <img src='http://mlntn.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-137</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Mon, 26 Apr 2010 19:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-137</guid>
		<description>It&#039;s possible that the latest Facebook change broke this script.  As it&#039;s a demonstration of how you&#039;d write a Google Chrome plugin, I suggest you modify the script however you&#039;d like and see if you can get it to work.  Thanks for trying it out!</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible that the latest Facebook change broke this script.  As it&#8217;s a demonstration of how you&#8217;d write a Google Chrome plugin, I suggest you modify the script however you&#8217;d like and see if you can get it to work.  Thanks for trying it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-136</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 23 Apr 2010 01:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-136</guid>
		<description>it doesn&#039;t work!!!!</description>
		<content:encoded><![CDATA[<p>it doesn&#8217;t work!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalil</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-135</link>
		<dc:creator>khalil</dc:creator>
		<pubDate>Mon, 19 Apr 2010 20:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-135</guid>
		<description>thank you Jared</description>
		<content:encoded><![CDATA[<p>thank you Jared</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-133</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-133</guid>
		<description>Khalil: The official documentation is pretty comprehensive. http://code.google.com/chrome/extensions/getstarted.html</description>
		<content:encoded><![CDATA[<p>Khalil: The official documentation is pretty comprehensive. <a href="http://code.google.com/chrome/extensions/getstarted.html" rel="nofollow">http://code.google.com/chrome/extensions/getstarted.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalil</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-132</link>
		<dc:creator>khalil</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-132</guid>
		<description>is there any book or good documentation that you suggest?</description>
		<content:encoded><![CDATA[<p>is there any book or good documentation that you suggest?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1guy</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-130</link>
		<dc:creator>1guy</dc:creator>
		<pubDate>Sat, 13 Mar 2010 20:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-130</guid>
		<description>Hi,
I want to apply such a script only when I puch a pageAction icon,
my code looks like:

chrome.pageAction.onClicked.addListener(function(tab0) {

		chrome.tabs.create({&quot;url&quot;: tab0.url,&quot;selected&quot;: dojumptotab()}, function(tab1){
			chrome.tabs.insertCSS(tab1.id,{&quot;file&quot;:&quot;insertedcss.css&quot;});
		
		});
	});

The new page is created but no changes on it, do u know why?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to apply such a script only when I puch a pageAction icon,<br />
my code looks like:</p>
<p>chrome.pageAction.onClicked.addListener(function(tab0) {</p>
<p>		chrome.tabs.create({&#8220;url&#8221;: tab0.url,&#8221;selected&#8221;: dojumptotab()}, function(tab1){<br />
			chrome.tabs.insertCSS(tab1.id,{&#8220;file&#8221;:&#8221;insertedcss.css&#8221;});</p>
<p>		});<br />
	});</p>
<p>The new page is created but no changes on it, do u know why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-118</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-118</guid>
		<description>just brilliant.
thank you.</description>
		<content:encoded><![CDATA[<p>just brilliant.<br />
thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eme7</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-91</link>
		<dc:creator>eme7</dc:creator>
		<pubDate>Tue, 29 Dec 2009 08:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-91</guid>
		<description>Very nicely explained. You&#039;ve made this such an easy and painless process; long live Chrome Extensions!</description>
		<content:encoded><![CDATA[<p>Very nicely explained. You&#8217;ve made this such an easy and painless process; long live Chrome Extensions!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JK</title>
		<link>http://mlntn.com/2009/12/08/how-to-build-a-google-chrome-extension-in-15-minutes/comment-page-1/#comment-60</link>
		<dc:creator>JK</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://mlntn.com/?p=105#comment-60</guid>
		<description>Thanks for codding on google chrome in just 15 minutes...</description>
		<content:encoded><![CDATA[<p>Thanks for codding on google chrome in just 15 minutes&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
