<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mozilla Add-ons Blog</title>
	<atom:link href="http://blog.mozilla.org/addons/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/addons</link>
	<description></description>
	<lastBuildDate>Mon, 17 Jun 2013 22:48:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Compete in the “Amp Your Firefox” Add-ons Contest!</title>
		<link>http://blog.mozilla.org/addons/2013/06/13/compete-in-the-amp-your-firefox-add-ons-contest/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/13/compete-in-the-amp-your-firefox-add-ons-contest/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 08:30:15 +0000</pubDate>
		<dc:creator>Amy Tsay</dc:creator>
				<category><![CDATA[contests]]></category>
		<category><![CDATA[developers]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6479</guid>
		<description><![CDATA[The number people using Firefox for Android is increasing, and so is traffic to addons.mozilla.org. This makes mobile Firefox add-on development more relevant than ever. Don&#8217;t miss this opportunity to reach an audience of 10 million and counting! Are you ready to take on the challenge? Get the details »]]></description>
				<content:encoded><![CDATA[<p><a href="https://blog.mozilla.org/addons/amp-your-firefox/"><img class="alignnone  wp-image-6473" alt="add-ons_promo_748x271_v2" src="http://blog.mozilla.org/addons/files/2013/05/add-ons_promo_748x271_v2.jpg" width="673" height="244" /></a></p>
<p>The number people using Firefox for Android is increasing, and so is traffic to <a href="https://addons.mozilla.org/" target="_blank">addons.mozilla.org</a>. This makes mobile Firefox add-on development more <a href="https://blog.mozilla.org/addons/2013/06/13/jetpack-fennec-and-nativewindow" target="_blank">relevant</a> than ever. Don&#8217;t miss this opportunity to reach an audience of 10 million and counting! Are you ready to take on the challenge? <a href="https://blog.mozilla.org/addons/amp-your-firefox/">Get the details »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/13/compete-in-the-amp-your-firefox-add-ons-contest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jetpack, Fennec and NativeWindow</title>
		<link>http://blog.mozilla.org/addons/2013/06/13/jetpack-fennec-and-nativewindow/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/13/jetpack-fennec-and-nativewindow/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 08:00:20 +0000</pubDate>
		<dc:creator>Jeff Griffiths</dc:creator>
				<category><![CDATA[contests]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[jetpack]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sdk]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6486</guid>
		<description><![CDATA[Mobile Firefox add-on development is getting more and more relevant. As Firefox for Android steadily adds users and continues to be top-rated on Google&#8217;s Play Store we are also seeing increased traffic from millions of Android users on the Add-ons site looking for themes and extensions. We&#8217;re even running a contest to get developers interested&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/13/jetpack-fennec-and-nativewindow/" title="Read the rest of &#8220;Jetpack, Fennec and NativeWindow&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>Mobile Firefox add-on development is getting more and more relevant. As Firefox for Android steadily adds users and continues to be <a href="https://play.google.com/store/apps/details?id=org.mozilla.firefox&amp;hl=en" target="_blank">top-rated</a> on Google&#8217;s Play Store we are also seeing increased traffic from millions of Android users on the Add-ons site looking for themes and extensions. We&#8217;re even <a href="https://hacks.mozilla.org/?p=21053">running a contest</a> to get developers interested in writing mobile extensions!</p>
<p>The trouble is, we don&#8217;t have that many add-ons, in fact as of this writing there are only currently 122 extensions that are compatible with Firefox for Android. I suspect part of the problem is that Firefox on Android is different:</p>
<ul>
<li>There is no XUL on Android.</li>
<li>All addons on Android need to be &#8216;restartless&#8217;.</li>
</ul>
<p>Needless to say, Mobile Firefox extensions are <em>different</em>, and so some developers may be a bit wary of jumping in with both feet. This post is a guide to show you some of the main capabilities available to you on Android in particular around UI integration and tooling.</p>
<h3>Prerequisites</h3>
<p>If you want to do Android-oriented development you&#8217;re going to need to install the Android SDK in order to get the <em>Android Debug Bridge</em> ( aka &#8216;adb&#8217; ). Head on over to the <a href="http://developer.android.com/sdk/index.html" target="_blank">Android developer portal</a> and follow their install instructions, and be warned it is a hefty download.</p>
<p>If you don&#8217;t have an android device handy, it should be possible to run the Android emulator and install Fennec into it. In practice we&#8217;ve found this to be quite slow, using the arm emulator &#8211; one workaround might be to use the x86 emulator and x86 builds of Fennec, <a href="http://ftp.mozilla.org/pub/mozilla.org/mobile/nightly/latest-mozilla-central-android-x86/" target="_blank">which are now available</a>.</p>
<p>In both cases, you will need to enable &#8216;USB Debugging&#8217; in the developer options &#8211; if you are running Jelly Bean ( 4.2 ) you will need to first <a href="http://forum.xda-developers.com/showthread.php?t=1989777" target="_blank">read about the trick</a> to get the developer options to show up in settings.</p>
<h3>UI Integration</h3>
<p>Integrating with the Firefox for Android ( Fennec ) UI is fundamentally different than with traditional XUL add-ons due to the use of Android&#8217;s native UI. To help with this, the Fennec team has provided extension developers with two global objects they can use to do common tasks: BrowserApp and NativeWindow.</p>
<p><strong>BrowserApp</strong> is a utility object that allows you to enumerate, fetch, open and close tabs, interact with user preferences and even quit the browser! While there is no exciting UI or system integration here, BrowserApp provides key functionality in a simple and usable way. Some annotated code samples:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// Add a tab</span>
let tab <span style="color: #339933;">=</span> BrowserApp.<span style="color: #660066;">addTab</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// Log the titles of all open tabs</span>
<span style="color: #000066; font-weight: bold;">function</span> logTabTitles<span style="color: #009900;">&#40;</span>window<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000066; font-weight: bold;">var</span> tabs <span style="color: #339933;">=</span> window.<span style="color: #660066;">BrowserApp</span>.<span style="color: #660066;">tabs</span><span style="color: #339933;">;</span>
  tabs.<span style="color: #660066;">forEach</span><span style="color: #009900;">&#40;</span><span style="color: #000066; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>tab<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    window.<span style="color: #660066;">console</span>.<span style="color: #660066;">log</span><span style="color: #009900;">&#40;</span>tab.<span style="color: #660066;">window</span>.<span style="color: #660066;">document</span>.<span style="color: #660066;">title</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
  <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// Listening for tab events</span>
<span style="color: #000066; font-weight: bold;">function</span> watchTab<span style="color: #009900;">&#40;</span>aEvent<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #006600; font-style: italic;">// the target is a XUL browser element</span>
  let browser <span style="color: #339933;">=</span> aEvent.<span style="color: #660066;">target</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;
BrowserApp.<span style="color: #660066;">deck</span>.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;TabOpen&quot;</span><span style="color: #339933;">,</span> watchTab<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
BrowserApp.<span style="color: #660066;">deck</span>.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;TabClose&quot;</span><span style="color: #339933;">,</span> watchTab<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
BrowserApp.<span style="color: #660066;">deck</span>.<span style="color: #660066;">addEventListener</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;TabSelect&quot;</span><span style="color: #339933;">,</span> watchTab<span style="color: #339933;">,</span> <span style="color: #003366; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p><em>More examples and documentation <a href="https://developer.mozilla.org/en-US/docs/Extensions/Mobile/API/BrowserApp" target="_blank">can be found on MDN</a>.</em></p>
<p><strong>NativeWindow</strong> is where all the cool kids hang out.</p>
<p>NativeWindow&#8217;s primary purpose is to allow developers to easily extend Fennec&#8217;s UI, via four key utilities:</p>
<ul>
<li>menu: add items to Fennec&#8217;s main menu</li>
<li>doorhanger: user interactions via native doorhanger UI</li>
<li>contextmenus: exactly what you think it is</li>
<li>toast: not bread-related, but instead a light-weight way of doing native in-app notifications.</li>
</ul>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// Add a menu item</span>
menuID <span style="color: #339933;">=</span> NativeWindow.<span style="color: #660066;">menu</span>.<span style="color: #660066;">add</span><span style="color: #009900;">&#40;</span>label<span style="color: #339933;">,</span> icon<span style="color: #339933;">,</span> callback<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// Show a doorhanger</span>
NativeWindow.<span style="color: #660066;">doorhanger</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span>message<span style="color: #339933;">,</span> value<span style="color: #339933;">,</span> buttons<span style="color: #339933;">,</span> tabID<span style="color: #339933;">,</span> options<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// add a context menu item</span>
menuID <span style="color: #339933;">=</span> NativeWindow.<span style="color: #660066;">contextmenu</span>.<span style="color: #660066;">add</span><span style="color: #009900;">&#40;</span>label<span style="color: #339933;">,</span> selector<span style="color: #339933;">,</span> callback<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// show a 'toast' notification </span>
NativeWindow.<span style="color: #660066;">toast</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span>message<span style="color: #339933;">,</span> duration<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<h3>Using the Add-on SDK</h3>
<p>The Add-on SDK, which has built-in support for running and testing extensions with a device, as well as Fennec support for most relevant SDK modules. The great thing about this that if you are used to using the SDK, most modules will work as expected. For a complete of what is and isn&#8217;t supported, <a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/mobile.html#modules-compatibility" target="_blank">please see the documentation</a>.</p>
<p><strong>Deployment</strong>: just use cfx! You will need to add some mobile specific arguments to your cfx command-line though. To help with this, I&#8217;ve written a quick UNIX shell script that should help:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;">#<span style="color: #339933;">!/</span>bin<span style="color: #339933;">/</span>bash
&nbsp;
cfx <span style="color: #339933;">-</span>b <span style="color: #339933;">/</span>usr<span style="color: #339933;">/</span>local<span style="color: #339933;">/</span>bin<span style="color: #339933;">/</span>adb <span style="color: #339933;">--</span>mobile<span style="color: #339933;">-</span>app<span style="color: #339933;">=</span>fennec <span style="color: #339933;">--</span>app<span style="color: #339933;">=</span>fennec<span style="color: #339933;">-</span>on<span style="color: #339933;">-</span>device <span style="color: #339933;">--</span>force<span style="color: #339933;">-</span>mobile <span style="color: #339933;">-</span>v <span style="color: #339933;">-</span>o $1</pre></td></tr></table></div>

<p>The above command-line assumes you are using a Firefox nightly build on your android device, other options include firefox, firefox_beta and fennec_aurora.</p>
<p>While there is no built-in support for NativeWindow in the SDK, it is pretty simple to get access to it and mix and match NativeWindow&#8217;s capabilities with those included already in the SDK:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #006600; font-style: italic;">// get a global window reference</span>
<span style="color: #000066; font-weight: bold;">const</span> utils <span style="color: #339933;">=</span> require<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'api-utils/window/utils'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000066; font-weight: bold;">const</span> recent <span style="color: #339933;">=</span> utils.<span style="color: #660066;">getMostRecentBrowserWindow</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #006600; font-style: italic;">// show a Toast notification</span>
recent.<span style="color: #660066;">NativeWindow</span>.<span style="color: #660066;">toast</span>.<span style="color: #660066;">show</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;Hello world!&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;short&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>For more extensive examples of mixing the SDK with NativeWindow calls, check out my <a href="https://github.com/canuckistani/fennec-plus/" target="_blank">&#8216;Fennec+&#8217; example extension</a> on Github.</p>
<div class="wp-caption alignright" style="width: 190px;"><a href="https://www.dropbox.com/sc/m7w1osk8s3rd3tb/efeo_gEELD#/" target="_blank"><img alt="" src="http://blog.mozilla.org/addons/files/2013/06/ai2Z0pLY1XDYVbvSlgXPn689txXRTk9DKlQQcbaRCmY-620x1102.png" width="180" height="320" /></a></p>
<p class="wp-caption-text">Click on the thumbnail to open a gallery in a new tab.</p>
</div>
<h3>The Bare-bones Approach</h3>
<p>If you&#8217;re more comfortable developing a restartless add-on Mark Finkle from the Firefox for Android team has created a great template <a href="https://github.com/mfinkle/skeleton-addon-fxandroid" target="_blank">as a Github repo</a> to get you started. The template includes a full bootstrap.js implementation and examples of how to use NativeWindow and BrowserApp as well some simple scripts for building your extension and pushing it to a device or emulator via adb.</p>
<h3>Pretty Pictures</h3>
<p>To give you an idea what UI integration looks like on Android, I&#8217;ve added some screenshots to show off the various types of things:</p>
<h3>Additional Resource</h3>
<ul>
<li><a href="https://addons.mozilla.org/en-US/developers/docs/sdk/latest/dev-guide/tutorials/mobile.html" target="_blank">Add-on SDK mobile development docs</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Extensions/Mobile" target="_blank">MDN Mobile Add-on docs</a></li>
<li><a href="http://developer.android.com/sdk/index.html" target="_blank">Android SDK site</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/13/jetpack-fennec-and-nativewindow/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Firefox 22 Compatibility Update</title>
		<link>http://blog.mozilla.org/addons/2013/06/11/firefox-22-compatibility-update/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/11/firefox-22-compatibility-update/#comments</comments>
		<pubDate>Tue, 11 Jun 2013 20:37:21 +0000</pubDate>
		<dc:creator>Jorge Villalobos</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[firefox 22]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6580</guid>
		<description><![CDATA[About a week ago I published the Firefox 22 Add-on Compatibility post. Today I learned about a new compatibility-breaking change that could affect some add-ons, though it seems to be unlikely. I would have mentioned it in my previous post if I had known about it then, so I thought it was necessary to post&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/11/firefox-22-compatibility-update/" title="Read the rest of &#8220;Firefox 22 Compatibility Update&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>About a week ago I published the <a href="https://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/">Firefox 22 Add-on Compatibility</a> post. Today I learned about a new compatibility-breaking change that could affect some add-ons, though it seems to be unlikely. I would have mentioned it in my previous post if I had known about it then, so I thought it was necessary to post this update.</p>
<p><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=880042">nsIFilePicker crash if overriding component has not implemented a domfiles getter</a>. This crash bug was recently filed, caused by an add-on that overrides the nsIFilePicker component. The crash appeared in Firefox 22, due to <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=832923">bug 832923,</a> which changed the nsIFilePicker interface. So, if your add-on does that, you should update its implementation to make sure it includes the domfile and domfiles getters.</p>
<p>The crash bug will be fixed so that Firefox doesn&#8217;t crash even when faced with the interface mismatch. However, affected add-ons still won&#8217;t work correctly unless updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/11/firefox-22-compatibility-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternatives to Google Reader</title>
		<link>http://blog.mozilla.org/addons/2013/06/10/alternatives-to-google-reader/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/10/alternatives-to-google-reader/#comments</comments>
		<pubDate>Mon, 10 Jun 2013 14:00:09 +0000</pubDate>
		<dc:creator>Amy Tsay</dc:creator>
				<category><![CDATA[end users]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6563</guid>
		<description><![CDATA[With less than a month to go before Google Reader shuts down, it&#8217;s time to check out add-ons that meet your feed-reading needs. Feedly is our #1 pick, but that doesn&#8217;t mean it has to be yours—here are a few more we&#8217;ve curated for you. Enjoy! Feedly A productive way to organize, read and share&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/10/alternatives-to-google-reader/" title="Read the rest of &#8220;Alternatives to Google Reader&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>With less than a month to go before Google Reader <a href="http://googlereader.blogspot.com/2013/03/powering-down-google-reader.html" target="_blank">shuts down</a>, it&#8217;s time to check out <a href="http://addons.mozilla.org" target="_blank">add-ons</a> that meet your feed-reading needs. Feedly is our <a href="https://blog.mozilla.org/theden/2013/03/18/firefox-has-an-alternative-to-google-reader/" target="_blank">#1 pick</a>, but that doesn&#8217;t mean it has to be yours—here are a few more we&#8217;ve curated for you. Enjoy!</p>
<h1><a href="https://addons.mozilla.org/firefox/addon/feedly" target="_blank">Feedly</a></h1>
<p>A productive way to organize, read and share the content of your favorite feeds, blogs and news sites. Feedly offers a seamless transition from Google Reader.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/feedly" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/96/96894.png?modified=1366019824" width="700" height="438" /></a></p>
<h1><a href="https://addons.mozilla.org/firefox/addon/newssitter" target="_blank">Newssitter</a></h1>
<p id="addon-summary" itemprop="description">An easy-to-use feed reader for the sidebar with a news ticker and news recommendations. Offers support for premium news providers and social media news providers like Facebook.</p>
<p itemprop="description"><a href="https://addons.mozilla.org/firefox/addon/newssitter" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/70/70532.png?modified=1349282626" width="600" height="510" /></a></p>
<h1><a href="https://addons.mozilla.org/firefox/addon/bamboo-feed-reader" target="_blank">Bamboo Feed Reader</a></h1>
<p id="addon-summary" itemprop="description">A feed reader and more &#8211; read articles in RSS, Atom, and OPML. You can also import and export in OPML format, search your feeds, and block HTML ads.</p>
<h1><a href="https://addons.mozilla.org/firefox/addon/bamboo-feed-reader" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/80/80583.png?modified=1363458730" width="550" height="525" /></a><br />
<a href="https://addons.mozilla.org/firefox/addon/newsfox" target="_blank">NewsFox</a></h1>
<p id="addon-summary" itemprop="description">NewsFox is an efficient three-pane, email-style Atom/RSS feed reader.</p>
<p itemprop="description"><a href="https://addons.mozilla.org/firefox/addon/newsfox" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/17/17056.png?modified=1331247702" width="469" height="260" /></a></p>
<h1><a href="https://addons.mozilla.org/firefox/addon/brief" target="_blank">Brief</a></h1>
<p>Brief makes reading RSS feeds as easy and intuitive as it gets. Designed to have exactly the right set of features, it is powerful and simple at the same time. Feeds are presented on a seamless, interactive page which lets you bookmark and tag items with a single click.</p>
<p><a href="https://addons.mozilla.org/firefox/addon/brief" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/74/74297.png?modified=1342849102" width="557" height="525" /></a></p>
<h1><a href="https://addons.mozilla.org/firefox/addon/sage" target="_blank">Sage</a></h1>
<p>A lightweight RSS and Atom feed aggregator extension that has a lot of what you need and not much of what you don&#8217;t.</p>
<p><a href="https://addons.mozilla.org/firefox/addon/sage" target="_blank"><img class="alignnone" alt="" src="https://addons.cdn.mozilla.net/img/uploads/previews/full/70/70806.png?modified=1336130410" width="500" height="408" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/10/alternatives-to-google-reader/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Add-ons Update – Week of 2013/06/05</title>
		<link>http://blog.mozilla.org/addons/2013/06/05/add-ons-update-32/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/05/add-ons-update-32/#comments</comments>
		<pubDate>Wed, 05 Jun 2013 19:11:16 +0000</pubDate>
		<dc:creator>Jorge Villalobos</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[add-on reviews]]></category>
		<category><![CDATA[firefox 22]]></category>
		<category><![CDATA[firefox 25]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6557</guid>
		<description><![CDATA[I post these updates every 3 weeks to inform add-on developers about the status of the review queues, add-on compatibility, and other happenings in the add-ons world. The Review Queues Most nominations for full review are taking less than 4 weeks to review. Most updates are being reviewed within 10 days. Most preliminary reviews are&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/05/add-ons-update-32/" title="Read the rest of &#8220;Add-ons Update – Week of 2013/06/05&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>I post these updates every 3 weeks to inform add-on developers about the status of the review queues, add-on compatibility, and other happenings in the add-ons world.</p>
<h3>The Review Queues</h3>
<ul>
<li>Most<strong> nominations</strong> for full review are taking less than <strong>4 weeks</strong> to review.</li>
<li>Most <strong>updates</strong> are being reviewed within<strong> 10 days</strong>.</li>
<li>Most <strong>preliminary reviews</strong> are being reviewed within <strong>10 days</strong>.</li>
</ul>
<p>These stats are taken from the <a href="https://forums.mozilla.org/addons/viewtopic.php?f=21&amp;t=14498">last queue report</a>:</p>
<ul>
<li><strong>119 nominations</strong> in the queue awaiting review.</li>
<li><strong>106</strong><strong> updates</strong> in the queue awaiting review.</li>
<li><strong>101 </strong><strong>preliminary</strong> review submissions in the queue awaiting review.</li>
</ul>
<p>If you&#8217;re an add-on developer and would like to see add-ons reviewed faster, <strong>please consider joining us</strong>. Add-on reviewers get invited to Mozilla events and <a href="https://blog.mozilla.org/addons/2012/10/17/review-add-ons-and-get-gear/">earn cool gear</a> with their work. Visit <a href="https://wiki.mozilla.org/AMO:Editors">our wiki page</a> for more information.</p>
<h3>Firefox 22 Compatibility</h3>
<p>The <a href="https://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/">compatibility blog post for Firefox 22</a> is up, and the compatibility bump for AMO add-ons will be run probably next week. Firefox 22 is scheduled to be released on June 25th.</p>
<p>As usual we recommend using the <a href="http://www.mozilla.org/en-US/firefox/channel/">Aurora and Beta branches</a> to test your add-ons ahead of time.</p>
<h3>Firefox 25 Compatibility</h3>
<p>There are some <a href="https://blog.mozilla.org/addons/2013/05/27/major-compatibility-changes-coming-for-firefox-25/">pretty big changes coming up</a> in Firefox 25, so I did an early post on it. Please give it a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/05/add-ons-update-32/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Add-on Compatibility for Firefox 22</title>
		<link>http://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/#comments</comments>
		<pubDate>Mon, 03 Jun 2013 16:29:31 +0000</pubDate>
		<dc:creator>Jorge Villalobos</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[firefox 22]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6546</guid>
		<description><![CDATA[Firefox 22 will be released on June 25th. Here&#8217;s the list of changes that went into this version that can affect add-on compatibility. There is more information available in Firefox 22 for Developers, so you should read that too. Update: please read this update for one more compatibility issue that was just discovered. General Add-ons&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/" title="Read the rest of &#8220;Add-on Compatibility for Firefox 22&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>Firefox 22 will be <a href="https://wiki.mozilla.org/RapidRelease/Calendar">released</a> on June 25th. Here&#8217;s the list of changes that went into this version that can affect add-on compatibility. There is more information available in <a href="https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/22">Firefox 22 for Developers</a>, so you should read that too.</p>
<p><strong>Update:</strong> please read <a href="https://blog.mozilla.org/addons/2013/06/11/firefox-22-compatibility-update/">this update</a> for one more compatibility issue that was just discovered.</p>
<h3>General</h3>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=858185">Add-ons that set default zoom level will give unexpected results when Firefox becomes hidpi-aware on Windows</a>. Add-ons that use nsIMarkupDocumentViewer.fullZoom will most likely see unexpected results under certain circumstances.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=842372">Make getUserData and setUserData ChromeOnly</a>. Those functions will no longer be available for content, only from privileged code.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=480356">FillInHTMLTooltip should move into XBL binding</a>. This is no longer a global function in browser.js.</li>
</ul>
<h3>Places</h3>
<p>There is much more Places code cleanup happening in 22, so that file system access happens asynchronously. Read the documentation of <a href="https://developer.mozilla.org/en-US/docs/Places_utilities_for_JavaScript">Places utilities</a> for alternatives of these functions and objects.</p>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=838839">Remove deprecated synchronous favicons APIs</a>. From nsIFaviconService, the following methods were removed: setFaviconUrlForPage, setAndLoadFaviconForPage, setFaviconData, setFaviconDataFromDataURL, getFaviconData, getFaviconDataAsDataURL, getFaviconForPage, and getFaviconImageForPage.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=838874">Stop implementing nsIGlobalHistory2</a>. nsIBrowserHistory no longer extends nsIGlobalHistory2, so it doesn&#8217;t implement addURI, isVisited or setPageTitle anymore.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=839034">Move markPageAsXXX methods to nsINavHistoryService</a>. They were moved from nsIBrowserHistory to nsINavHistoryService.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=838872">Remove nsINavHistoryService::AddVisit</a>.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=838798">Remove deprecated nsILivemarkService interface</a>.</li>
</ul>
<h3>XPCOM</h3>
<ul>
<li><strong><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=790732">Stop defining |Components| object in content scopes</a></strong>. The Components object will no longer be available from content, with a few exceptions (DOM interface constants), which are mentioned in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=429070">bug 429070</a>.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=407956">Remove nsISupportsArray usage from nsITreeView</a>. This changes the signatures and return types for the following functions: getRowProperties, getCellProperties, getColumnProperties. These functions now return a whitespace delimited list.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=845063">Remove the dummy PrivateBrowsing service</a>. Removes nsIPrivateBrowsingService entirely, which was just left as a temporary compatibility shim.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=844134">attributes should be defined on Element and not Node</a>. <em>attributes</em> <del>and <em>hasAttributes</em></del> (see comments below) are now members of Element, instead of Node.</li>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=648407">Fold NSPR and NSS into mozjs (for Windows) or libxul (for other platforms)</a>. If your add-on has binary components or you build against Mozilla code for other reasons, this is possibly important. I&#8217;ve already been contacted a couple of times about failed builds because of this.</li>
</ul>
<h3>New!</h3>
<ul>
<li><a href="https://bugzilla.mozilla.org/show_bug.cgi?id=849614">Give both version numbers to bootstrap methods when an addon is down/upgraded</a>. If your add-ons is bootstrapped, this gives you better information when performing an add-on upgrade.</li>
</ul>
<p>Please let me know in the comments if there&#8217;s anything missing or incorrect on these lists. If your add-on breaks on Firefox 22, I&#8217;d like to know.</p>
<p>The automatic compatibility validation and upgrade for add-ons on AMO will happen soon, so check your email if you have an add-on listed on our site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/03/compatibility-for-firefox-22/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Featured Add-ons for June</title>
		<link>http://blog.mozilla.org/addons/2013/06/01/featured-add-ons-for-june/</link>
		<comments>http://blog.mozilla.org/addons/2013/06/01/featured-add-ons-for-june/#comments</comments>
		<pubDate>Sat, 01 Jun 2013 07:00:53 +0000</pubDate>
		<dc:creator>Amy Tsay</dc:creator>
				<category><![CDATA[developers]]></category>
		<category><![CDATA[end users]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6542</guid>
		<description><![CDATA[It&#8217;s already June, and time for new featured add-ons! Featured add-ons are selected by a community board, which nominates and votes on great add-ons that appeal to a wide audience. Featured add-ons are promoted in rotation on the homepage of addons.mozilla.org, as well as in the monthly Firefox &#38; You newsletter, our fan page, among&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/06/01/featured-add-ons-for-june/" title="Read the rest of &#8220;Featured Add-ons for June&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s already June, and time for new featured add-ons! Featured add-ons are selected by a <a href="https://blog.mozilla.org/addons/2013/02/06/help-us-select-featured-add-ons/" target="_blank">community board</a>, which nominates and votes on great add-ons that appeal to a wide audience. Featured add-ons are promoted in rotation on the homepage of <a href="https://addons.mozilla.org" target="_blank">addons.mozilla.org</a>, as well as in the monthly <a href="https://www.mozilla.org/newsletter/" target="_blank">Firefox &amp; You</a> newsletter, our <a href="https://www.facebook.com/mozaddons" target="_blank">fan page</a>, among other places.</p>
<p>Anyone can nominate add-ons for the board&#8217;s consideration, so don&#8217;t be shy. Simply email amo-featured@mozilla.org with your suggestion (you&#8217;re welcome to submit your own for consideration). <strong>In fact, three of the four add-ons featured this month are community nominations!</strong></p>
<h2>Pick of the Month: Video Resumer</h2>
<p>Video Resumer automatically resumes YouTube videos from where you played them last. Without this extension, for example, when you click through YouTube videos, back and forth, they always start from the beginning.</p>
<blockquote><p>Great add-on for viewing long videos. Really liked it, thanks!&#8221;</p></blockquote>
<p><a href="https://addons.mozilla.org/firefox/addon/video-resumer/" target="_blank">Get Video Resumer »</a></p>
<h2>Also Featured:</h2>
<p><strong>Clean Links</strong><br />
Converts obfuscated/nested links to genuine clean links. <a href="https://addons.mozilla.org/firefox/addon/clean-links/" target="_blank">Get it now »</a></p>
<p><strong>Prevent Tab Overflow</strong><br />
Make sure your tabs stay visible all the time. <a href="https://addons.mozilla.org/firefox/addon/noverflow/" target="_blank">Get it now »</a></p>
<p><strong>YouTube Video and Audio Downloader</strong><br />
An extension to download YouTube videos in various formats and extract the audio file. <a href="https://addons.mozilla.org/firefox/addon/youtube-video-and-audio-dow/" target="_blank">Get it now »</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/06/01/featured-add-ons-for-june/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Major compatibility changes coming for Firefox 25</title>
		<link>http://blog.mozilla.org/addons/2013/05/27/major-compatibility-changes-coming-for-firefox-25/</link>
		<comments>http://blog.mozilla.org/addons/2013/05/27/major-compatibility-changes-coming-for-firefox-25/#comments</comments>
		<pubDate>Mon, 27 May 2013 22:00:25 +0000</pubDate>
		<dc:creator>Jorge Villalobos</dc:creator>
				<category><![CDATA[compatibility]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[australis]]></category>
		<category><![CDATA[firefox 25]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6491</guid>
		<description><![CDATA[We released Firefox 21 just a couple of weeks ago. This means 22 is on Beta, 23 on Aurora and 24 on Nightly. Firefox 25 won&#8217;t be released until late October, so we still have a ways to go. However, this is a significant release because 24 is slated to be an Extended Support Release,&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/05/27/major-compatibility-changes-coming-for-firefox-25/" title="Read the rest of &#8220;Major compatibility changes coming for Firefox 25&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<p>We released Firefox 21 just a couple of weeks ago. This means 22 is on Beta, 23 on Aurora and 24 on Nightly. Firefox 25 won&#8217;t be <a href="https://wiki.mozilla.org/RapidRelease/Calendar">released until late October</a>, so we still have a ways to go. However, this is a significant release because 24 is slated to be an Extended Support Release, so some major changes have been pushed after then to minimize any potential impact.</p>
<p>There are two major add-on compatibility changes to look forward to, and I&#8217;m giving you this heads up just so that you&#8217;re aware and plan ahead. Things might change as we move forward, and I&#8217;ll keep you posted about it, but you should definitely check out the Nightly builds in July, or the Aurora builds during the month of August. It&#8217;s likely that your add-on will be affected by these or other changes.</p>
<h3>Australis</h3>
<p>This is a major theme revamp in Firefox that has been worked on for quite a while. One of its objectives is to simplify the UI, taking add-ons into account.</p>
<p>There are major changes coming to how toolbars work. There is some <a href="https://groups.google.com/forum/?fromgroups=&amp;hl=en#!topic/firefox-dev/ua6yBQk0E_s">back and forth going on</a> over the topic of removing the Add-on Bar completely. It doesn&#8217;t look like a final decision has been made, but in the best case it will be a harder to find customization target, and it the worst case it will be gone entirely.</p>
<p>The main toolbar will also have a dedicated area for add-on buttons and widgets, and it looks like user-created custom toolbars will also be gone. Overall, you should plan for a minimalistic toolbar UI. While most add-ons do this already, it&#8217;s possible that the API to add toolbar buttons will be very different, and there will be changes to be made for all of them.</p>
<p>You can do early testing of the Australis changes by installing the <a href="http://people.mozilla.org/~jwein/ux-nightly/">UX Nightly Branch</a>. If you have any feedback from these tests, please share it in the comments below.</p>
<h3>Session Restore</h3>
<p>Like many other areas of Firefox code, Session Restore is getting the asynchronous treatment to improve its performance. If you look at <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=874381">bug 874381</a> and its dependencies, there are several changes to this module that will affect add-ons. Particularly, there are many add-ons that rely on private variables (starting with __SS) that will no longer exist.</p>
<p>There&#8217;s a list of affected add-ons in <a href="http://dutherenverseauborddelatable.wordpress.com/2013/05/23/add-on-breakage-continued-list-of-add-ons-that-will-probably-be-affected/">this blog post</a>, and some of the developers have already been notified. However, you should check yourself if your add-on relies on any of these private variables and start migrating away from them, since they will be gone in 25.</p>
<p>Once we&#8217;re closer to the Firefox 25 release, we will have more information and hopefully better documentation to point you to. For now, I hope this heads up will be useful and you start looking into these big changes that are coming up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/05/27/major-compatibility-changes-coming-for-firefox-25/feed/</wfw:commentRss>
		<slash:comments>48</slash:comments>
		</item>
		<item>
		<title>A step forward in add-on install experience</title>
		<link>http://blog.mozilla.org/addons/2013/05/22/a-step-forward-in-add-on-install-experience/</link>
		<comments>http://blog.mozilla.org/addons/2013/05/22/a-step-forward-in-add-on-install-experience/#comments</comments>
		<pubDate>Wed, 22 May 2013 19:53:40 +0000</pubDate>
		<dc:creator>Jorge Villalobos</dc:creator>
				<category><![CDATA[end users]]></category>
		<category><![CDATA[babylon]]></category>
		<category><![CDATA[guidelines]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[squeaky]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6469</guid>
		<description><![CDATA[We recently heard some great news from our support team that we want to share with you. Thanks to the last update in the Babylon translation software installer, support requests related to the way it customizes Firefox have dropped sharply, as much as 60% in some areas. Like with many other software packages, Babylon&#8217;s installer&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/05/22/a-step-forward-in-add-on-install-experience/" title="Read the rest of &#8220;A step forward in add-on install experience&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<div>
<p>We recently heard some great news from our support team that we want to share with you. Thanks to the last update in the Babylon translation software installer, support requests related to the way it customizes Firefox have dropped sharply, as much as 60% in some areas.</p>
<p>Like with many other software packages, Babylon&#8217;s installer includes an add-on that customizes Firefox, adding a toolbar and changing some settings like the home page. Until recently there wasn&#8217;t a Right Way of doing this, so every software vendor did it their own way. This has lead to an inconsistent and unsatisfying user experience, which has brought a great deal of work to our support staff.</p>
<p>To deal with add-on user experience problems, we started <a href="https://wiki.mozilla.org/AMO/Squeaky">Project Squeaky</a> last year. One of our first accomplishments was to establish the <a href="https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Add-on_guidelines">Add-on Guidelines</a>, a short checklist that all add-on developers should follow. If you read the guidelines, you&#8217;ll notice that install experience and settings changes are specified to greater detail than the others, given that they are the ones we&#8217;ve identified as the most common problems users encounter.</p>
<p>We have been in contact with software vendors like Babylon for quite a while now, and these discussions have yielded positive results. We&#8217;re especially happy about the progress we&#8217;ve made with Babylon because their install base is particularly large, causing the support team to immediately notice the change in user sentiment after their install experience was improved.</p>
<p>This one positive outcome is very exciting for us, and we hope to continue moving forward in this area. There&#8217;s much planned  for the rest of the year, and we hope users will greatly benefit from  all that is coming.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/05/22/a-step-forward-in-add-on-install-experience/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Become a Marketplace App Reviewer!</title>
		<link>http://blog.mozilla.org/addons/2013/05/20/become-a-marketplace-app-reviewer/</link>
		<comments>http://blog.mozilla.org/addons/2013/05/20/become-a-marketplace-app-reviewer/#comments</comments>
		<pubDate>Mon, 20 May 2013 17:08:24 +0000</pubDate>
		<dc:creator>Amy Tsay</dc:creator>
				<category><![CDATA[developers]]></category>

		<guid isPermaLink="false">http://blog.mozilla.org/addons/?p=6463</guid>
		<description><![CDATA[This post originally appeared on the Apps blog, and we&#8217;re re-posting it for the AMO community in case anyone here is interested! *** A majority of add-ons on AMO are reviewed by volunteer contributors, and they are a big reason why addons.mozilla.org is a safe, thriving place for submitting and downloading add-ons. With the launch&#8230; <a class="more-link" href="http://blog.mozilla.org/addons/2013/05/20/become-a-marketplace-app-reviewer/" title="Read the rest of &#8220;Become a Marketplace App Reviewer!&#8221;">Continue reading</a>]]></description>
				<content:encoded><![CDATA[<div>
<p dir="ltr">This <a href="https://blog.mozilla.org/apps/2013/05/20/become-a-marketplace-app-reviewer/" target="_blank">post</a> originally appeared on the Apps blog, and we&#8217;re re-posting it for the AMO community in case anyone here is interested!</p>
<p dir="ltr">***</p>
<p dir="ltr">A majority of add-ons on AMO are reviewed by volunteer contributors, and they are a big reason why <a href="https://addons.mozilla.org">addons.mozilla.org</a> is a safe, thriving place for submitting and downloading add-ons. With the launch of <a href="https://marketplace.firefox.com">Firefox Marketplace</a>, contributors will again play an important role in helping to shape and nurture a new community.</p>
<p dir="ltr">App reviewers ensure apps submitted to the Firefox Marketplace adhere to security and privacy policies, and meet quality and user experience standards. In return, reviewers enjoy perks such as invitations to special Mozilla events around the world, fast-tracked reviews of their own apps, and cool gear from the <a href="https://wiki.mozilla.org/Marketplace/Reviewers/Points_and_Incentives">incentives program</a>.</p>
<p>You’ll have front-row seats to the apps arriving in the Marketplace, and as one of the first reviewers, you’ll have an opportunity to mentor new reviewers, and have a voice in how the community evolves.</p>
<p>Did we pique your interest? Learn more about the program <a href="https://wiki.mozilla.org/Marketplace/Reviewers/Apps">here, or </a><a href="https://docs.google.com/spreadsheet/viewform?formkey=dEdVWVhWUzdIZ1hWTzRvdkJiLXF5dHc6MQ">apply</a> today!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.mozilla.org/addons/2013/05/20/become-a-marketplace-app-reviewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
