Skip to content

Commit 624d101

Browse files
committed
update articles
1 parent 2eb6d93 commit 624d101

40 files changed

Lines changed: 173 additions & 171 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: "Sample: Display an image in a pop-up"
104+
- text: "Sample: Picture viewer pop-up webpage"
105105
url: ../extensions-chromium/getting-started/picture-viewer-popup-webpage.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-
* [Sample: Insert an image in the webpage](../../extensions-chromium/getting-started/picture-inserter-content-script.md)
190+
* [Sample: Picture inserter using content script](../../extensions-chromium/getting-started/picture-inserter-content-script.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-
* [Sample: Display an image in a pop-up](../getting-started/picture-viewer-popup-webpage.md)
320-
* [Sample: Insert an image in the webpage](../getting-started/picture-inserter-content-script.md)
319+
* [Sample: Picture viewer pop-up webpage](../getting-started/picture-viewer-popup-webpage.md)
320+
* [Sample: Picture inserter using content script](../getting-started/picture-inserter-content-script.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 [Sample: Display an image in a pop-up](./picture-viewer-popup-webpage.md):
35+
Example path for [Sample: Picture viewer pop-up webpage](./picture-viewer-popup-webpage.md):
3636

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

39-
Example path for [Sample: Insert an image in the webpage](./picture-inserter-content-script.md):
39+
Example path for [Sample: Picture inserter using content script](./picture-inserter-content-script.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-
* [Sample: Display an image in a pop-up](./picture-viewer-popup-webpage.md)
87-
* [Sample: Insert an image in the webpage](./picture-inserter-content-script.md)
86+
* [Sample: Picture viewer pop-up webpage](./picture-viewer-popup-webpage.md)
87+
* [Sample: Picture inserter using content script](./picture-inserter-content-script.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-
Next, install, run, and study [Sample: Display an image in a pop-up](./picture-viewer-popup-webpage.md).
76+
Next, install, run, and study [Sample: Picture viewer pop-up webpage](./picture-viewer-popup-webpage.md).

0 commit comments

Comments
 (0)