mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 14:59:12 +02:00
Add link to 'Anatomy...' doc
This commit is contained in:
12
README.md
12
README.md
@@ -20,11 +20,17 @@ The examples are made available under the
|
||||
|
||||
## How to use "webextensions-examples"
|
||||
|
||||
To use the repository, clone it, install the examples in your favourite
|
||||
browser (see [installation instructions for Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Packaging_and_installation)),
|
||||
and see how they work. Each example has its own short README explaining what
|
||||
To use the repository, first clone it.
|
||||
|
||||
Each example is in its own top-level directory. Install an example in your
|
||||
favourite web browser (see [installation instructions for Firefox](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Packaging_and_installation)),
|
||||
and see how it works. Each example has its own short README explaining what
|
||||
it does.
|
||||
|
||||
To find your way around a WebExtension's internal structure, have a look at the
|
||||
[Anatomy of a WebExtension](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Anatomy_of_a_WebExtension)
|
||||
page on MDN.
|
||||
|
||||
To use these examples in Firefox, you need at least Firefox 45. Some examples
|
||||
rely on APIs that were added in more recent versions of Firefox.
|
||||
To check the minimum version of Firefox needed for a given example,
|
||||
|
||||
Reference in New Issue
Block a user