Skip to content

Commit e36f813

Browse files
committed
dir name hyphen
1 parent 0e9349e commit e36f813

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed
105 Bytes
Loading

microsoft-edge/extensions-chromium/getting-started/extension-sideloading.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To test an extension quickly and safely, sideload the extension in your own copy
1818

1919
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.
2020

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_.
2222

2323

2424
<!-- ====================================================================== -->
@@ -44,13 +44,10 @@ To sideload an extension into Microsoft Edge, so that it's locally installed in
4444

4545
1. Select the directory that contains the extension's source files, such as `manifest.json`.
4646

47-
Example path for the **Picture viewer pop-up webpage** sample:
47+
Example paths resulting from cloning the **MicrosoftEdge-Extensions** repo:
4848

49-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-viewer-popup-webpage`
50-
51-
Example path for the **Picture inserter using content script** sample:
52-
53-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-inserter-content-script`
49+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-viewer-popup-webpage`
50+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-inserter-content-script`
5451

5552
1. Click the **Select Folder** button.
5653

@@ -62,6 +59,8 @@ To sideload an extension into Microsoft Edge, so that it's locally installed in
6259

6360
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/).
6461

62+
1. Refresh the webpage. This is sometimes required after reloading an extension.
63+
6564
1. In Microsoft Edge to the right of the Address bar, click the **Extensions** (![Extensions icon](./extension-sideloading-images/extensions-icon.png)) button. Or, select **Settings and more** (![The "Settings and more" icon](./extension-sideloading-images/settings-and-more-icon.png)) > **Extensions**.
6665

6766
The **Extensions** pop-up opens:
@@ -90,7 +89,7 @@ To update an extension that's been installed locally (sideloaded) in your browse
9089

9190
1. Click the **Reload** link in the extension's card.
9291

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.
9493

9594

9695
<!-- ====================================================================== -->

microsoft-edge/extensions-chromium/getting-started/picture-inserter-content-script.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Instead of installing the sample from the Store, you'll install the sample local
191191

192192
Example path:
193193

194-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-inserter-content-script`
194+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-inserter-content-script`
195195

196196
1. Click the **Select Folder** button.
197197

@@ -207,6 +207,8 @@ Instead of installing the sample from the Store, you'll install the sample local
207207

208208
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.
209209

210+
1. Refresh the webpage. This is sometimes required after reloading an extension.
211+
210212
1. In Microsoft Edge to the right of the Address bar, if this icon is displayed, click the **Extensions** (![Extensions icon](./picture-inserter-content-script-images/extensions-icon.png)) button. Or, select **Settings and more** (![The "Settings and more" icon](./picture-inserter-content-script-images/settings-and-more-icon.png)) > **Extensions**.
211213

212214
The **Extensions** pop-up opens:
@@ -246,7 +248,7 @@ The sample has the following directory structure and files.
246248

247249
Example path for the sample:
248250

249-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-inserter-content-script`
251+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-inserter-content-script`
250252

251253
Directories and files in the `/picture-inserter-content-script/` directory:
252254

microsoft-edge/extensions-chromium/getting-started/picture-viewer-popup-webpage.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Instead of installing the sample from the Store, you'll install the sample local
166166

167167
Example path:
168168

169-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-viewer-popup-webpage`
169+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-viewer-popup-webpage`
170170

171171
1. Click the **Select Folder** button.
172172

@@ -182,6 +182,8 @@ Instead of installing the sample from the Store, you'll install the sample local
182182

183183
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.
184184

185+
1. Refresh the webpage. This is sometimes required after reloading an extension.
186+
185187
1. In Microsoft Edge to the right of the Address bar, if this icon is displayed, click the **Extensions** (![Extensions icon](./picture-viewer-popup-webpage-images/extensions-icon.png)) button. Or, select **Settings and more** (![The "Settings and more" icon](./picture-viewer-popup-webpage-images/settings-and-more-icon.png)) > **Extensions**.
186188

187189
The **Extensions** pop-up opens:
@@ -213,7 +215,7 @@ The sample has the following directory structure:
213215

214216
Example path for the sample:
215217

216-
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension samples\picture-viewer-popup-webpage`
218+
`C:\Users\localAccount\GitHub\MicrosoftEdge-Extensions\Extension-samples\picture-viewer-popup-webpage`
217219

218220
Directories and files in the `/picture-viewer-popup-webpage/` directory:
219221

0 commit comments

Comments
 (0)