Skip to content

Commit 651642f

Browse files
committed
noted new title
1 parent 6e95098 commit 651642f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

microsoft-edge/extensions-chromium/getting-started/part1-simple-extension.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ ms.subservice: extensions
99
ms.date: 01/13/2025
1010
---
1111
# Sample: Display an image in a pop-up
12+
<!--
13+
# Sample: Picture viewer pop-up webpage
14+
-->
1215

13-
This sample is a simple static extension, without JavaScript, that displays the `stars.jpeg` image in a small webpage in a pop-up in any Microsoft Edge tab:
16+
This sample is a browser extension, without JavaScript, that displays the `stars.jpeg` image in a small webpage in a pop-up in any Microsoft Edge tab:
1417

15-
![The simple extension running](./part1-simple-extension-images/extension-running.png)<!-- 1st use of this png -->
18+
![The "Picture viewer pop-up webpage" extension running](./part1-simple-extension-images/extension-running.png)<!-- 1st use of this png -->
1619

1720

1821
<!-- ====================================================================== -->

microsoft-edge/extensions-chromium/getting-started/part2-content-scripts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ ms.subservice: extensions
99
ms.date: 01/13/2025
1010
---
1111
# Sample: Insert an image in the webpage
12+
<!--
13+
# Sample: Picture inserter using a content script
14+
-->
1215

1316
This sample uses JavaScript code to insert the `stars.jpeg` image at the top of the current webpage, inside the `<body>` element. The extension's pop-up contains a title and an HTML button that's labelled **Display**. When you click the **Display** button, the extension's JavaScript code sends a message from the extension icon's pop-up, and dynamically inserts JavaScript that runs in the browser tab.
1417

0 commit comments

Comments
 (0)