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: microsoft-edge/extensions-chromium/getting-started/extension-sideloading.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To test an extension quickly and safely, sideload the extension in your own copy
18
18
19
19
This article assumes that your local drive contains an extension that you want to load, such as a sample from the [MicrosoftEdge-Extensions](https://github.com/microsoft/MicrosoftEdge-Extensions) repo.
20
20
21
-
If you want to obtain the samples, see [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
21
+
To obtain the samples, see [Clone the MicrosoftEdge-Extensions repo](./picture-viewer-popup-webpage.md#clone-the-microsoftedge-extensions-repo) in _Sample: Picture viewer pop-up webpage_.
@@ -62,6 +59,8 @@ To sideload an extension into Microsoft Edge, so that it's locally installed in
62
59
63
60
1. If the extension requires that a webpage is open, make sure a webpage is open, such as [TODO app](https://microsoftedge.github.io/Demos/demo-to-do/).
64
61
62
+
1. Refresh the webpage. This is sometimes required after reloading an extension.
63
+
65
64
1. In Microsoft Edge to the right of the Address bar, click the **Extensions** () button. Or, select **Settings and more** () > **Extensions**.
66
65
67
66
The **Extensions** pop-up opens:
@@ -90,7 +89,7 @@ To update an extension that's been installed locally (sideloaded) in your browse
90
89
91
90
1. Click the **Reload** link in the extension's card.
92
91
93
-
1.Depending on the sample, you might need to refresh the webpage where the sample was run.
92
+
1.Refresh the webpage. This is sometimes required after reloading an extension.
@@ -207,6 +207,8 @@ Instead of installing the sample from the Store, you'll install the sample local
207
207
208
208
1. Go to a webpage, such as [TODO app](https://microsoftedge.github.io/Demos/demo-to-do/)<!-- https://github.com/MicrosoftEdge/Demos/tree/main/demo-to-do -->, in a new window or tab. The tab must not be empty, and must not be the Manage Extensions page, because this sample inserts content into the current webpage.
209
209
210
+
1. Refresh the webpage. This is sometimes required after reloading an extension.
211
+
210
212
1. In Microsoft Edge to the right of the Address bar, if this icon is displayed, click the **Extensions** () button. Or, select **Settings and more** () > **Extensions**.
211
213
212
214
The **Extensions** pop-up opens:
@@ -246,7 +248,7 @@ The sample has the following directory structure and files.
@@ -182,6 +182,8 @@ Instead of installing the sample from the Store, you'll install the sample local
182
182
183
183
1. Go to a webpage, such as [TODO app](https://microsoftedge.github.io/Demos/demo-to-do/)<!-- https://github.com/MicrosoftEdge/Demos/tree/main/demo-to-do -->, in a new window or tab. For this sample, this step is optional and is just to match the screenshots; this sample doesn't require a webpage to be open.
184
184
185
+
1. Refresh the webpage. This is sometimes required after reloading an extension.
186
+
185
187
1. In Microsoft Edge to the right of the Address bar, if this icon is displayed, click the **Extensions** () button. Or, select **Settings and more** () > **Extensions**.
186
188
187
189
The **Extensions** pop-up opens:
@@ -213,7 +215,7 @@ The sample has the following directory structure:
0 commit comments