You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,17 @@ For more info, see:
20
20
21
21
### Running Locally
22
22
23
-
#### via WebExtensions API (web-ext)
23
+
#### Via WebExtensions API (web-ext)
24
24
25
25
1. Install the [web-ext](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext) tool.
26
26
2. Run `web-ext run -s src/`. This launches Firefox and installs the extension automatically.
27
27
28
28
This tool provides some additional development features, such as [automatic reloading](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Automatic_extension_reloading).
29
29
30
-
#### via about:debugging in Firefox
30
+
#### Via about:debugging in Firefox
31
31
32
32
1. Open the `about:debugging` page in Firefox.
33
-
2. Click on `This FIrefox`.
33
+
2. Click on `This Firefox`.
34
34
3. Click on [Load Temporary Add-on](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).
0 commit comments