Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 2.45 KB

extension-basics.md

File metadata and controls

94 lines (67 loc) · 2.45 KB
layout title permalink published tags contributors last_updated_by date
sidebar
Extension Basics
/extension-basics/
true
caitmuenster
rbrishabh
rbrishabh
2019-09-24 22:48:00 -0700

{% capture page_hero_banner_content %}

Bring your extension to life

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 %}

Getting started

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:

{% endcapture %} {% include modules/column-w-toc.html id="getting-started" content=content_with_toc %}

{% capture content %}

Mozilla Developer Network

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 -%}