Skip to content

Commit d6c1dbc

Browse files
committed
incorp rvw
1 parent d94292b commit d6c1dbc

3 files changed

Lines changed: 4 additions & 12 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 01/15/2025
9+
ms.date: 01/16/2025
1010
---
1111
# Sideload an extension to install and test it locally
1212

@@ -78,7 +78,7 @@ To sideload an extension into Microsoft Edge, so that it's locally installed in
7878

7979
To update an extension that's been installed locally (sideloaded) in your browser:
8080

81-
1. Make any required changes to the extension, and save changes.
81+
1. Make changes to the extension's source code, and save those changes.
8282

8383
1. In Microsoft Edge, if the **Extensions** management tab is open, click it.
8484

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 01/15/2025
9+
ms.date: 01/16/2025
1010
---
1111
# Sample: Picture inserter using content script
1212
<!--
@@ -433,14 +433,6 @@ This sample's manifest specifies a single content script, `content-scripts/conte
433433

434434
Each tab page (and extension) runs in its own thread. Even if the browser tab contains a webpage that runs JavaScript code, the `content.js` script that's injected in that browser tab by the extension doesn't have access to that JavaScript code. The injected content script only has access to the DOM of the webpage.
435435

436-
The content script (`content.js`) runs in its own sandbox, separate from any `.js` file that's used by the current webpage, such as `to-do.js` when the current page is `/demo-to-do/index.html`. The [index.html source file](https://github.com/MicrosoftEdge/Demos/blob/main/demo-to-do/index.html) loads `to-do.js` as follows:
437-
438-
```html
439-
<script src="to-do.js"></script>
440-
</body>
441-
</html>
442-
```
443-
444436

445437
<!-- ====================================================================== -->
446438
## Next steps

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 01/15/2025
9+
ms.date: 01/16/2025
1010
---
1111
# Sample: Picture viewer pop-up webpage
1212
<!--

0 commit comments

Comments
 (0)