<?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 Chrome extension, Part 1: Basics</title>
	<atom:link href="http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/</link>
	<description></description>
	<lastBuildDate>Fri, 18 May 2012 16:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: hugo lpz</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-850</link>
		<dc:creator>hugo lpz</dc:creator>
		<pubDate>Sat, 12 May 2012 20:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-850</guid>
		<description>Juliana, as of May 2012, your tutorial is still the best I found online for my Master thesis ! Thanks you : )
(You get full citations, as an academic !)</description>
		<content:encoded><![CDATA[<p>Juliana, as of May 2012, your tutorial is still the best I found online for my Master thesis ! Thanks you : )<br />
(You get full citations, as an academic !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-826</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Feb 2012 15:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-826</guid>
		<description>http://w3fools.com/</description>
		<content:encoded><![CDATA[<p><a href="http://w3fools.com/" rel="nofollow">http://w3fools.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-816</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 16 Jan 2012 22:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-816</guid>
		<description>wffew</description>
		<content:encoded><![CDATA[<p>wffew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-811</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 08 Jan 2012 20:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-811</guid>
		<description>Thanks Juliana.. Your readers might be interested in reading a similar post by me at http://www.dahotre.com/programmings/chrome-extension-tutorial/</description>
		<content:encoded><![CDATA[<p>Thanks Juliana.. Your readers might be interested in reading a similar post by me at http://www.dahotre.com/programmings/chrome-extension-tutorial/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manendra</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-722</link>
		<dc:creator>Manendra</dc:creator>
		<pubDate>Tue, 09 Aug 2011 21:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-722</guid>
		<description>Thank Q for the tutorial. I am planning to learn how to create a chrome extension and the link which you provide here are really use full. </description>
		<content:encoded><![CDATA[<p>Thank Q for the tutorial. I am planning to learn how to create a chrome extension and the link which you provide here are really use full. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-657</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Thu, 31 Mar 2011 14:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-657</guid>
		<description>By default Windows hides the file extensions of your files so that &quot;file.txt&quot; appears just as &quot;file&quot;. So when you save a file as manifest.json from notepad Windows tacks on a secret &quot;.txt&quot; to it because it thinks that &quot;manifest.json&quot; is just the NAME of the file. To see the extensions of your files see below:

http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions

And then just edit the file name by removing the &quot;.txt&quot; and hopefully that works for you.</description>
		<content:encoded><![CDATA[<p>By default Windows hides the file extensions of your files so that &#8220;file.txt&#8221; appears just as &#8220;file&#8221;. So when you save a file as manifest.json from notepad Windows tacks on a secret &#8220;.txt&#8221; to it because it thinks that &#8220;manifest.json&#8221; is just the NAME of the file. To see the extensions of your files see below:</p>
<p><a href="http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions" rel="nofollow">http://windows.microsoft.com/en-US/windows-vista/Show-or-hide-file-name-extensions</a></p>
<p>And then just edit the file name by removing the &#8220;.txt&#8221; and hopefully that works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-597</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 14 Jan 2011 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-597</guid>
		<description>thanks..mind if i add you email
i have a few things i want to ask regarding chrome extensions.
are the the same format as Firefox extensions.?</description>
		<content:encoded><![CDATA[<p>thanks..mind if i add you email<br />
i have a few things i want to ask regarding chrome extensions.<br />
are the the same format as Firefox extensions.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Single Malt</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-406</link>
		<dc:creator>Single Malt</dc:creator>
		<pubDate>Tue, 03 Aug 2010 01:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-406</guid>
		<description>What made you choose disgus over say intensedebate or echo for comment systems? </description>
		<content:encoded><![CDATA[<p>What made you choose disgus over say intensedebate or echo for comment systems? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorry</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-407</link>
		<dc:creator>Lorry</dc:creator>
		<pubDate>Thu, 20 May 2010 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-407</guid>
		<description>I have a problem with step 4, when i try to upload the manifest.json (notepad-file) Google Chrome always shows a message with the text: 
    &quot;Could not load extension from C:UsersLorryDesktopgooglechromeextension. Manifest-file is missing
    or unreadable.&quot;

Can you tell me a solution to my problem?

Thank You</description>
		<content:encoded><![CDATA[<p>I have a problem with step 4, when i try to upload the manifest.json (notepad-file) Google Chrome always shows a message with the text:<br />
    &#8220;Could not load extension from C:UsersLorryDesktopgooglechromeextension. Manifest-file is missing<br />
    or unreadable.&#8221;</p>
<p>Can you tell me a solution to my problem?</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorry</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-372</link>
		<dc:creator>Lorry</dc:creator>
		<pubDate>Thu, 20 May 2010 18:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-372</guid>
		<description>I have a problem with step 4, when i try to upload the manifest.json (notepad-file) Google Chrome always shows a message with the text: &lt;br&gt;    &quot;Could not load extension from C:UsersLorryDesktopgooglechromeextension. Manifest-file is missing&lt;br&gt;    or unreadable.&quot;&lt;br&gt;&lt;br&gt;Can you tell me a solution to my problem?&lt;br&gt;&lt;br&gt;Thank You</description>
		<content:encoded><![CDATA[<p>I have a problem with step 4, when i try to upload the manifest.json (notepad-file) Google Chrome always shows a message with the text: <br />    &#8220;Could not load extension from C:UsersLorryDesktopgooglechromeextension. Manifest-file is missing<br />    or unreadable.&#8221;</p>
<p>Can you tell me a solution to my problem?</p>
<p>Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
