Skip to content

Commit b6aeb90

Browse files
committed
Merge branch 'main' into user/mikehoffms/overview-apis-nov-2024
2 parents d607679 + 6f2cef4 commit b6aeb90

28 files changed

Lines changed: 337 additions & 245 deletions

microsoft-edge/developer/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ landingContent:
9595
- text: Getting started tutorial
9696
url: ../extensions-chromium/getting-started/index.md
9797

98-
- text: Port a Chromium extension to Microsoft Edge
98+
- text: Port a Chrome extension to Microsoft Edge
9999
url: ../extensions-chromium/developer-guide/port-chrome-extension.md
100100
- linkListType: how-to-guide
101101
links:
@@ -108,7 +108,7 @@ landingContent:
108108
- text: Register as a Microsoft Edge extension developer
109109
url: ../extensions-chromium/publish/create-dev-account.md
110110

111-
- text: Create a simple extension
111+
- text: "Tutorial part 1: Display an image in a pop-up"
112112
url: ../extensions-chromium/getting-started/part1-simple-extension.md
113113
# =============================================================================
114114
# Row 2 with 3 cards

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-
* [Create an extension tutorial, part 2](../../extensions-chromium/getting-started/part2-content-scripts.md)
190+
* [Tutorial part 2: Use JavaScript to 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-
* [Create an extension tutorial, part 1](../getting-started/part1-simple-extension.md)
320-
* [Create an extension tutorial, part 2](../getting-started/part2-content-scripts.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)
321321

322322

323323
<!-- ====================================================================== -->
225 KB
Loading
410 Bytes
Loading
89.7 KB
Loading
161 KB
Loading
306 Bytes
Loading
-36.9 KB
Loading
-17.3 KB
Loading

0 commit comments

Comments
 (0)