layout | title | permalink | published | tags | contributors | last_updated_by | date | ||
---|---|---|---|---|---|---|---|---|---|
sidebar |
Extension Basics |
/extension-basics/ |
true |
|
rbrishabh |
2019-09-24 22:48:00 -0700 |
{% capture page_hero_banner_content %}
Get how-tos, resources, and information to successfully build and ship your extension for Firefox.
{% endcapture %} {% include modules/overview-page-hero.html content=page_hero_banner_content cta1_label="" cta1_url="" cta2_label="" cta2_url="" background="develop-overview-hero-bg.jpg" %}
{% capture content_with_toc %}
The Firefox Extension Workshop can help you develop extensions for Firefox and give your users simple, yet powerful ways to customize their browsing experience. You’ll find:
- Overview of the Firefox extension features
- Tools and processes for developing and testing
- How to publish your extension on addons.mozilla.org or distribute it yourself
- How to manage your published extension
- An enterprise guide for developing and using extensions
- How to develop themes for Firefox
- Firefox developer communities
{% endcapture %} {% include modules/column-w-toc.html id="getting-started" content=content_with_toc %}
{% capture content %}
Documentation for the WebExtensions API can be found on the Mozilla Developer Network (MDN).
On MDN, you’ll find:
- Tutorials to help you start
- Explanations of key extension development concepts
- A guide to extension UI components
- How to use the extension Javascript APIs.
- A reference guide for the extension Javascript APIs, including compatibility tables for other popular browsers.
- A reference guide for the manifest.json file and its keys.
{% endcapture %} {% include modules/one-column.html id="mozilla-developer-network" content=content aside="" %}
{%- include page-meta-data.html -%}
{%- include up-next.html -%}