<?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 2: Options and localStorage</title>
	<atom:link href="http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/feed/" rel="self" type="application/rss+xml" />
	<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/</link>
	<description>Musings of a computer science student</description>
	<lastBuildDate>Tue, 22 Jun 2010 14:55:41 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mike</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-390</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 22 Jun 2010 14:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-390</guid>
		<description>This issue is covered in &lt;a href=&quot;http://code.google.com/p/chromium/issues/detail?id=42811&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/chromium/issues/detail...&lt;/a&gt; -- I am annoyed myself.  I will have to try some of their workarounds.</description>
		<content:encoded><![CDATA[<p>This issue is covered in <a href="http://code.google.com/p/chromium/issues/detail?id=42811" rel="nofollow"></a><a href="http://code.google.com/p/chromium/issues/detail.." rel="nofollow">http://code.google.com/p/chromium/issues/detail..</a>. &#8212; I am annoyed myself.  I will have to try some of their workarounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bryanlynn</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-383</link>
		<dc:creator>bryanlynn</dc:creator>
		<pubDate>Tue, 08 Jun 2010 16:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-383</guid>
		<description>This is pretty powerful.  I tried to use pieces of this, but I think if I had a zipped version that worked it might be easier.</description>
		<content:encoded><![CDATA[<p>This is pretty powerful.  I tried to use pieces of this, but I think if I had a zipped version that worked it might be easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-382</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Sun, 06 Jun 2010 06:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-382</guid>
		<description>After a small bit of testing, I can see that localStorage values are shared between extension pages.  Mostly.&lt;br&gt;&lt;br&gt;I know from my testing that localStorage is shared between (at least) the options page and the background page.  I know from documentation that the data from those pages is not shared with content scripts.  And I know that it&#039;s not showing up in my popup pages, either.  &lt;br&gt;&lt;br&gt;I suppose this means that popup pages don&#039;t have easy access to localStorage settings.  I find this to be quite problematic, and to be honest, it bothers me.  &lt;br&gt;&lt;br&gt;Okay, I&#039;m done talking to myself.  :)</description>
		<content:encoded><![CDATA[<p>After a small bit of testing, I can see that localStorage values are shared between extension pages.  Mostly.</p>
<p>I know from my testing that localStorage is shared between (at least) the options page and the background page.  I know from documentation that the data from those pages is not shared with content scripts.  And I know that it&#39;s not showing up in my popup pages, either.  </p>
<p>I suppose this means that popup pages don&#39;t have easy access to localStorage settings.  I find this to be quite problematic, and to be honest, it bothers me.  </p>
<p>Okay, I&#39;m done talking to myself.  <img src='http://julianapena.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ty</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-381</link>
		<dc:creator>Ty</dc:creator>
		<pubDate>Sun, 06 Jun 2010 05:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-381</guid>
		<description>I&#039;m not entirely sure that the localStorage data is shared between extension pages.  I have set localStorage values in my extension&#039;s options page, but the data is not visible to the popup page (which is where I need the options to show up!)&lt;br&gt;&lt;br&gt;My two theories are that either popup pages do not have the same privileges, and can&#039;t access the data, or that the data is not shared while the extension is unpacked.  I intend to test these theories.</description>
		<content:encoded><![CDATA[<p>I&#39;m not entirely sure that the localStorage data is shared between extension pages.  I have set localStorage values in my extension&#39;s options page, but the data is not visible to the popup page (which is where I need the options to show up!)</p>
<p>My two theories are that either popup pages do not have the same privileges, and can&#39;t access the data, or that the data is not shared while the extension is unpacked.  I intend to test these theories.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C&#243;mo hacer una extensi&#243;n de Chrome, Parte 2: Opciones y localStorage &#124; Hogargeek</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-300</link>
		<dc:creator>C&#243;mo hacer una extensi&#243;n de Chrome, Parte 2: Opciones y localStorage &#124; Hogargeek</dc:creator>
		<pubDate>Sat, 27 Feb 2010 05:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-300</guid>
		<description>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 2: Options and localStorage [...]</description>
		<content:encoded><![CDATA[<p>[...] Nota: Esto es una traducción de mi artículo, How to build a Chrome extension, Part 2: Options and localStorage [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-262</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-262</guid>
		<description>Whoops, you&#039;re right. Sorry for the typo. It should be correct now. :)</description>
		<content:encoded><![CDATA[<p>Whoops, you&#39;re right. Sorry for the typo. It should be correct now. <img src='http://julianapena.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-261</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Thu, 21 Jan 2010 23:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-261</guid>
		<description>I got it working, I copied the code from here and it has a typo, it should be localStorage, capital &#039;S&#039;&lt;br&gt;+ the missing &quot;(&quot;</description>
		<content:encoded><![CDATA[<p>I got it working, I copied the code from here and it has a typo, it should be localStorage, capital &#39;S&#39;<br />+ the missing &#8220;(&#8220;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-260</link>
		<dc:creator>Juliana Peña</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-260</guid>
		<description>How are you running the extension? Use Chrome&#039;s &#039;Load unpacked extension&#039; option.</description>
		<content:encoded><![CDATA[<p>How are you running the extension? Use Chrome&#39;s &#39;Load unpacked extension&#39; option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shai</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-259</link>
		<dc:creator>Shai</dc:creator>
		<pubDate>Thu, 21 Jan 2010 18:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-259</guid>
		<description>1. option.js is missing &quot;)&quot; in th validation line&lt;br&gt;2. I get a &quot;localstorage is not defined&quot; exception from code</description>
		<content:encoded><![CDATA[<p>1. option.js is missing &#8220;)&#8221; in th validation line<br />2. I get a &#8220;localstorage is not defined&#8221; exception from code</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to build a Chrome extension, Part 3: Loading any web page in a popup &#171; Juliana Peña</title>
		<link>http://julianapena.com/2010/01/how-to-build-a-chrome-extension-part-2-options-and-localstorage/comment-page-1/#comment-244</link>
		<dc:creator>How to build a Chrome extension, Part 3: Loading any web page in a popup &#171; Juliana Peña</dc:creator>
		<pubDate>Mon, 04 Jan 2010 03:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://julianapena.com/?p=399#comment-244</guid>
		<description>[...] Contact              &#171; How to build a Chrome extension, Part 2: Options and localstorage [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact              &laquo; How to build a Chrome extension, Part 2: Options and localstorage [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.536 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-01 10:30:12 -->
