{% extends "devhub/base_impala.html" %} {% macro docs_ul(docs) %} {% endmacro %} {% block content %}

{{ _('Calling All Add-ons!') }}

{% trans %} There's no better way to distribute your add-on than by hosting it on Mozilla Add-ons. {% endtrans %}

{{ _('Submit an Add-on') }}

{% if amo_user.is_developer %}

{{ _('AMO Editors') }}

{{ _('Get ahead! Become an AMO Editor today and get your add-ons reviewed faster.') }}

{{ _('Become an Editor') }}

{% endif %} {% include "devhub/includes/blog_posts.html" %}

{{ _('Add-on Builder and SDK:') }} {{ _('Firefox Add-ons Made Easy') }}

{% trans %} Add-ons let millions of Firefox users enhance and customize their browsing experience. If you're a Web developer and know HTML, JavaScript and CSS, you already have what it takes to make great add-ons with Add-on Builder and the Add-on SDK. What's more, add-ons built with these tools are restartless by default. {% endtrans %}

{{ _('Start Making Add-ons') }}

{% endblock %}