<?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>Tue, 31 Jan 2012 09:12:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<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>
	<item>
		<title>By: Argado</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-353</link>
		<dc:creator>Argado</dc:creator>
		<pubDate>Tue, 11 May 2010 18:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-353</guid>
		<description>Good articel ...&lt;br&gt;I want to try first!</description>
		<content:encoded><![CDATA[<p>Good articel &#8230;<br />I want to try first!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C&#243;mo hacer una extensi&#243;n de Chrome, Parte 1: B&#225;sicos &#124; Hogargeek</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/comment-page-1/#comment-295</link>
		<dc:creator>C&#243;mo hacer una extensi&#243;n de Chrome, Parte 1: B&#225;sicos &#124; Hogargeek</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-1-basics/#comment-295</guid>
		<description>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 1: Basics [...]</description>
		<content:encoded><![CDATA[<p>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 1: Basics [...]</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! -->
