Skip to content

Commit 6e95098

Browse files
Merge pull request #3327 from MicrosoftDocs/user/mikehoffms/extension-samples
Convert Extensions tutorial articles to sample articles
2 parents e1f2894 + b89be58 commit 6e95098

29 files changed

Lines changed: 470 additions & 285 deletions

microsoft-edge/developer/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ landingContent:
101101
- text: Register as a Microsoft Edge extension developer
102102
url: ../extensions-chromium/publish/create-dev-account.md
103103

104-
- text: "Tutorial part 1: Display an image in a pop-up"
104+
- text: "Sample: Display an image in a pop-up"
105105
url: ../extensions-chromium/getting-started/part1-simple-extension.md
106106

107107
# -----------------------------------------------------------------------------

microsoft-edge/devtools-guide-chromium/sources/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ When the debugger steps into code that you don't recognize, you might want to ad
187187

188188
See also:
189189
* [Content scripts](https://developer.mozilla.org/Add-ons/WebExtensions/Content_scripts)
190-
* [Tutorial part 2: Use JavaScript to insert an image in the webpage](../../extensions-chromium/getting-started/part2-content-scripts.md)
190+
* [Sample: Insert an image in the webpage](../../extensions-chromium/getting-started/part2-content-scripts.md)
191191

192192

193193
<!-- ------------------------------ -->

microsoft-edge/extensions-chromium/developer-guide/sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ See [Types](https://developer.chrome.com/docs/extensions/reference/sidePanel/#ty
316316
* [Supported APIs for Microsoft Edge extensions](../developer-guide/api-support.md)
317317
* [Declare API permissions in the manifest](../developer-guide/declare-permissions.md)
318318
* [Manifest file format for extensions](../getting-started/manifest-format.md)
319-
* [Tutorial part 1: Display an image in a pop-up](../getting-started/part1-simple-extension.md)
320-
* [Tutorial part 2: Use JavaScript to insert an image in the webpage](../getting-started/part2-content-scripts.md)
319+
* [Sample: Display an image in a pop-up](../getting-started/part1-simple-extension.md)
320+
* [Sample: Insert an image in the webpage](../getting-started/part2-content-scripts.md)
321321

322322

323323
<!-- ====================================================================== -->

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ To sideload an extension into Microsoft Edge, so that it's locally installed in
3232

3333
1. Select the directory that contains the extension's source files, such as `manifest.json`, and then click the **Select Folder** button.
3434

35-
Example path for [Tutorial part 1: Display an image in a pop-up](./part1-simple-extension.md):
35+
Example path for [Sample: Display an image in a pop-up](./part1-simple-extension.md):
3636

3737
`C:\Users\myUsername\GitHub\MicrosoftEdge-Extensions\Extension samples\extension-getting-started-part1\part1\`
3838

39-
Example path for [Tutorial part 2: Use JavaScript to insert an image in the webpage](./part2-content-scripts.md):
39+
Example path for [Sample: Insert an image in the webpage](./part2-content-scripts.md):
4040

4141
`C:\Users\myUsername\GitHub\MicrosoftEdge-Extensions\Extension samples\extension-getting-started-part2\extension-getting-started-part2\`
4242

@@ -83,5 +83,5 @@ To remove an extension that's been installed locally (sideloaded) in your browse
8383
## See also
8484
<!-- all links in article -->
8585

86-
* [Tutorial part 1: Display an image in a pop-up](./part1-simple-extension.md)
87-
* [Tutorial part 2: Use JavaScript to insert an image in the webpage](./part2-content-scripts.md)
86+
* [Sample: Display an image in a pop-up](./part1-simple-extension.md)
87+
* [Sample: Insert an image in the webpage](./part2-content-scripts.md)

microsoft-edge/extensions-chromium/getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ An extension provides opt-in permissions at install time. You specify the exten
7373
<!-- ====================================================================== -->
7474
## Next steps
7575

76-
For information on getting started with your extension, see [Tutorial part 1: Display an image in a pop-up](part1-simple-extension.md).
76+
For information on getting started with your extension, see [Sample: Display an image in a pop-up](part1-simple-extension.md).
19.2 KB
Loading
73.2 KB
Loading
3.73 KB
Loading
410 Bytes
Loading
37.9 KB
Loading

0 commit comments

Comments
 (0)