Skip to content

Commit 52cc6d0

Browse files
committed
develop extension not add-on
1 parent cbf3f82 commit 52cc6d0

26 files changed

Lines changed: 67 additions & 65 deletions

microsoft-edge/devtools-guide-chromium/customize/extensions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ ms.date: 07/18/2023
1010
---
1111
# Add custom UI to DevTools using extensions
1212

13-
In addition to the tools available in Microsoft Edge DevTools, you can add new tools by installing Microsoft Edge extensions, or build your own extensions for your specific use cases. Edge Add-ons extensions often extend the Microsoft Edge user interface with new buttons and panels, but can also extend DevTools, within Microsoft Edge, by adding new tool tabs in the **Activity Bar**.
13+
In addition to the tools available in Microsoft Edge DevTools, you can add new tools by installing Microsoft Edge extensions, or build your own extensions for your specific use cases. A Microsoft Edge extension often extends the Microsoft Edge user interface with new buttons and panels, but can also extend DevTools within Microsoft Edge, by adding a new tool tab in the **Activity Bar**.
1414

1515

1616
<!-- ====================================================================== -->
1717
## Find an extension that extends DevTools
1818

19-
[Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) has a **Developer tools** category that contains extensions that typically extend DevTools. See the [Developer tools](https://microsoftedge.microsoft.com/addons/category/Developer-Tools) category.
19+
The [Developer tools](https://microsoftedge.microsoft.com/addons/category/Developer-Tools) category at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) contains extensions that typically extend DevTools.
2020

21-
There is no way to know if an extension extends the DevTools **Activity Bar**, without running it or looking at its source code, but the **Developer tools** category at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) is a good place to look.
21+
There is no way to know whether an extension extends the DevTools **Activity Bar**, without running it or looking at its source code, but the **Developer tools** category at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) is a good place to look.
2222

2323

2424
<!-- ====================================================================== -->
2525
## Install an extension in DevTools
2626

27-
To install an Edge Add-ons extension that extends DevTools:
27+
To install a Microsoft Edge extension that extends DevTools:
2828

2929
1. Go to [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/), such as the [Developer tools](https://microsoftedge.microsoft.com/addons/category/Developer-Tools) category, and go to the extension you want to install.
3030

microsoft-edge/devtools-guide-chromium/whats-new/2023/08/devtools-116.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See also:
4242
Prior to Microsoft Edge 116, if you were in Focus Mode while using the React Developer Tools extension, the state of a tool in DevTools wasn't maintained when you switched to another tool and then switched back. This issue has been fixed.
4343

4444
See also:
45-
* [React Developer Tools](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) - extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
45+
* [React Developer Tools](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
4646
* [What's New entries about Focus Mode](/search/?scope=Microsoft%20Edge&terms=focus%20mode)
4747

4848

microsoft-edge/extensions-chromium/developer-guide/alternate-distribution-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.date: 05/05/2023
1414
per https://developer.chrome.com/docs/extensions/how-to/distribute/install-extensions
1515
-->
1616

17-
Generally, extensions are distributed through [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/). There are some scenarios where you might need to distribute an extension by using alternate methods. For example:
17+
Generally, an extension is distributed by publishing it at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/). There are some scenarios where you might need to distribute an extension by using alternate methods. For example:
1818

1919
1. The extension is associated with other software, and it should be installed together with the rest of the bundled software.
2020

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Using Content Security Policy (CSP) to control which resources can be run
3-
description: Using Content Security Policy (CSP) to control which resources can be loaded and run by a Microsoft Edge add-on.
3+
description: Using Content Security Policy (CSP) to control which resources can be loaded and run by a Microsoft Edge extension.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual

microsoft-edge/extensions-chromium/developer-guide/manifest-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Chromium has revised the timelines for ending support for Manifest V2. See:
4949

5050
To help you plan the migration of your extension from Manifest V2 to Manifest V3, consider the following schedule for support for Manifest V2 and V3 in Microsoft Edge and Microsoft Partner Center.
5151

52-
The Microsoft Edge team will independently decide on MV3 migration timelines for Microsoft Edge Add-ons and share an update here. We continue to analyze the concerns raised by extension developers and explore the optimal path for the Microsoft Edge Add-ons ecosystem. Meanwhile, to plan the migration of your extension from Manifest V2 to Manifest V3, see [Manifest timeline for the Chromium browser engine](#manifest-timeline-for-the-chromium-browser-engine), above.
52+
The Microsoft Edge team will independently decide on MV3 migration timelines for Microsoft Edge extensions and share an update here. We continue to analyze the concerns raised by extension developers and explore the optimal path for the Microsoft Edge extensions ecosystem. Meanwhile, to plan the migration of your extension from Manifest V2 to Manifest V3, see [Manifest timeline for the Chromium browser engine](#manifest-timeline-for-the-chromium-browser-engine), above.
5353

5454

5555
**The Microsoft Edge team is currently in the process of updating this MV3 migration timeline.**

microsoft-edge/extensions-chromium/developer-guide/match-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ See the License for the specific language governing permissions and
2323
limitations under the License. -->
2424
# Defining match patterns for an extension to access file URLs
2525

26-
A Microsoft Edge Add-on (extension) can request access to `file` URLs. To enable this feature, you need to explicitly configure this access. Access to `file` URLs isn't automatic. You must visit the **Extensions management** page at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) to opt into `file` access for each Microsoft Edge extension that requests access to `file` URLs.
26+
A Microsoft Edge extension can request access to `file` URLs. To enable this feature, you need to explicitly configure this access. Access to `file` URLs isn't automatic. You must visit the **Extensions management** page at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) to opt into `file` access for each Microsoft Edge extension that requests access to `file` URLs.
2727

28-
For Microsoft Edge Add-ons (extensions), host permission and content script pattern matching works as follows.
28+
For Microsoft Edge extension, host permission and content script pattern matching works as follows.
2929

3030
Host permissions and content script matching are based on a set of URLs defined by match patterns. A match pattern is essentially a URL that begins with a permitted scheme (`http`, `https`, `file`, or `ftp`, and that can contain '`*`' characters. The special pattern `<all_urls>` matches any URL that starts with a permitted scheme. Each match pattern has 3 parts:
3131

microsoft-edge/extensions-chromium/developer-guide/migrate-your-extension-from-manifest-v2-to-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article lists important changes being implemented as part of Manifest V3, w
1818

1919
Today, some parts of the extensions code are hosted remotely, and aren't included as part of the extension package during the validation process. Although this offers the flexibility to change code without resubmitting the extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/), it's possible to exploit the code after installation.
2020

21-
To ensure that [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) lists validated extensions, the Microsoft Edge extensions team disallows extensions from using remotely hosted code. This change makes extensions more secure.
21+
To ensure that the extensions at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) are validated, the Microsoft Edge extensions team disallows extensions from using remotely hosted code. This change makes extensions more secure.
2222

2323
Developers will need to package and submit all code that is used by the extension, for validation. Alternatively, you can use the `eval()` function in a [sandboxed environment](https://developer.chrome.com/docs/extensions/mv2/sandboxingEval).
2424

microsoft-edge/extensions-chromium/developer-guide/native-messaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To acquire the extension and native app host, there are two different distributi
1818

1919
* Package your extension and the host together. When a user installs the package, both the extension and the host are installed.
2020

21-
* Or, install your extension using [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/), and your extension prompts users to install the host.
21+
* Or, install your extension from [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/), and your extension prompts users to install the host.
2222

2323
To create your extension to send and receive messages with native app hosts, do the following steps.
2424

@@ -201,7 +201,7 @@ The `HKEY_CURRENT_USER\SOFTWARE\WOW6432Node` registry node is not searched on 64
201201

202202
#### Extension IDs required for both stores
203203

204-
If you have an extension at both [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) and the Chrome Web Store, you must add the extension IDs that correspond to both of the stores<!-- todo: copy 'stores' def'n to top? --> in the `allowed_origins` of the native messaging host manifest file.
204+
If you have an extension both at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) and the Chrome Web Store, you must add the extension IDs that correspond to both of the stores<!-- todo: copy 'stores' def'n to top? --> in the `allowed_origins` of the native messaging host manifest file.
205205
206206
This is required because only the native messaging host manifest file that corresponds to the first registry location that's found is read.
207207

microsoft-edge/extensions-chromium/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 08/20/2024
1313

1414
A Microsoft Edge _extension_, also called an _add-on_, is a small app that developers use to add or modify features of Microsoft Edge to improve a user's browsing experience. An extension provides a niche experience or function that is important to a target audience. You publish a Microsoft Edge extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
1515

16-
In articles about Microsoft Edge extensions, the word _stores_ includes [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
16+
In articles about Microsoft Edge extensions, and at Partner Center, the word _store_ includes [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
1717

1818
You can create a Microsoft Edge extension if you have an idea or product that is based upon either a specific web browser, or improvements to features of specific webpages. Examples of _companion experiences_ include ad blockers and password managers.
1919

@@ -107,7 +107,7 @@ For more information on porting your Chrome extension to Microsoft Edge, see [Po
107107

108108

109109
<!-- ------------------------------ -->
110-
#### Publish to Microsoft Edge Add-ons
110+
#### Publish an extension at Microsoft Edge Add-ons
111111

112112
You publish a Microsoft Edge extension at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
113113

@@ -138,7 +138,7 @@ When you hover on a **Featured** badge, the tooltip reads: **This extension foll
138138

139139
For example, the [Microsoft Editor: Spelling & Grammar Checker](https://microsoftedge.microsoft.com/addons/detail/microsoft-editor-spellin/hokifickgkhplphjiodbggjmoafhignh) extension has a **Featured** badge at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
140140

141-
The Microsoft Edge Add-ons team reviews each extension for adherence to [Best practices for extensions](./developer-guide/best-practices.md) before granting the extension a **Featured** badge. Badged extensions are curated solely for the purpose of providing Microsoft Edge users with secure browsing tools and high-quality experiences. Developers cannot pay to receive a **Featured** badge for an extension.
141+
The Microsoft Edge extensions team reviews each extension for adherence to [Best practices for extensions](./developer-guide/best-practices.md) before granting the extension a **Featured** badge. Badged extensions are curated solely for the purpose of providing Microsoft Edge users with secure browsing tools and high-quality experiences. Developers cannot pay to receive a **Featured** badge for an extension.
142142

143143
To help protect your browser settings, extensions that don't comply with the Best Practices for extensions are not badged.
144144

microsoft-edge/extensions-chromium/publish/aad-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Add users to the Microsoft Edge program
3-
description: Adding and managing users from your organization onto the Microsoft Edge program to help manage the Partner Center account. Enable your other team members to publish Microsoft Edge extensions to Microsoft Edge Add-ons using your Partner Center account.
3+
description: Adding and managing users from your organization onto the Microsoft Edge program to help manage the Partner Center account. Enable your other team members to publish extensions at Microsoft Edge Add-ons using your Partner Center account.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
66
ms.topic: conceptual

0 commit comments

Comments
 (0)