Skip to content

Commit 1244127

Browse files
committed
store links update
1 parent 677b18f commit 1244127

14 files changed

Lines changed: 49 additions & 39 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In addition to the tools available in Microsoft Edge DevTools, you can add new t
1616
<!-- ====================================================================== -->
1717
## Find an extension that extends DevTools
1818

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

2121
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 the Microsoft Edge Add-ons site is a good place to look.
2222

@@ -26,7 +26,9 @@ There is no way to know if an extension extends the DevTools **Activity Bar**, w
2626

2727
To install an Edge Add-ons extension that extends DevTools:
2828

29-
1. Go to the [Edge Add-ons](https://microsoftedge.microsoft.com/addons/) website, such as the [Developer tools category](https://microsoftedge.microsoft.com/addons/category/Developer-Tools), and go to the extension you want to install. For example, go to the [React Developer Tools](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) extension:
29+
1. Go to the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site, such as the [Developer tools](https://microsoftedge.microsoft.com/addons/category/Developer-Tools) category, and go to the extension you want to install.
30+
31+
For example, go to the [React Developer Tools](https://microsoftedge.microsoft.com/addons/detail/react-developer-tools/gpphkfbcpidddadnkolkpfckpihlkkil) extension, which is the example used for the steps below:
3032

3133
![The React Developer Tools page on the Microsoft Edge Add-ons site](./extensions-images/react-add-on-listing.png)
3234

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Generally, extensions are distributed through the [Microsoft Edge Add-ons](https
2020

2121
1. Network administrators want to distribute an extension throughout their organization.
2222

23-
Extensions that aren't loaded from the Microsoft Edge Add-ons site are called _externally installed extensions_. The following are alternate methods of distributing externally installed extensions:
23+
Extensions that aren't loaded from the Microsoft Edge Add-ons site are called _externally installed extensions_. The following are alternate methods of distributing externally installed extensions:
2424

2525
* Use the Windows registry (Windows only).
2626
* Use a preferences JSON file (macOS and Linux).

microsoft-edge/extensions-chromium/developer-guide/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Build an extension that conforms to Microsoft's standards for security, privacy,
2626

2727
**Store listing**: Make sure that your extension's store listing sets correct user expectations and clearly communicates what the extension does.
2828

29-
We'll continue gathering input about Developer experiences with extensions and updating these Best Practices.
29+
We'll continue gathering input about Developer experiences with extensions, and updating these Best Practices.

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

Lines changed: 1 addition & 1 deletion
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 the [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/), and your extension prompts users to install the host.
21+
* Or, install your extension using the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site, 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

microsoft-edge/extensions-chromium/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ ms.date: 08/20/2024
1111
# Overview of Microsoft Edge extensions
1212
<!-- https://aka.ms/AboutEdgeAddons -->
1313

14-
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 the [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/).
14+
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 the the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site.
1515

16-
In Microsoft Edge Add-ons articles, the word _stores_ includes the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site.
16+
In Microsoft Edge Add-ons articles, _stores_ includes the Microsoft Edge Add-ons site.
1717

18-
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.
18+
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

2020
An extension should include at least the following features:
2121

@@ -91,7 +91,7 @@ You can submit and seek browser extensions in the following browser extension st
9191
* [Firefox Browser Add-ons](https://addons.mozilla.org/firefox/extensions)
9292
* [Chrome Web Store](https://chrome.google.com/webstore/category/extensions)
9393
* [Opera addons](https://addons.opera.com/extensions)
94-
* [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/category/Edge-Extensions)
94+
* [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/)
9595

9696
Some browser extension stores allow you to download listed extensions from other browsers. However, cross-browser access isn't guaranteed by every store. To make sure your users find your extension in different browsers, you should maintain a listing on each store.
9797

@@ -101,15 +101,15 @@ Users might need to install your extension in different browsers. In this scenar
101101
<!-- ------------------------------ -->
102102
#### Migrate an existing extension to Microsoft Edge
103103

104-
If you've already developed an extension for another Chromium-based browser, you can submit it to the [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/). You don't need to rewrite your extension or verify that it works in Microsoft Edge. However, when you migrate an existing Chromium extension to other Chromium browsers, make certain the same APIs or alternatives are available for your target browser.
104+
If you've already developed an extension for another Chromium-based browser, you can submit it to the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site. You don't need to rewrite your extension or verify that it works in Microsoft Edge. However, when you migrate an existing Chromium extension to other Chromium browsers, make certain the same APIs or alternatives are available for your target browser.
105105

106106
For more information on porting your Chrome extension to Microsoft Edge, see [Port Chrome extensions to Microsoft Edge](developer-guide/port-chrome-extension.md). After you port your extension to the target browser, the next step is to publish it.
107107

108108

109109
<!-- ------------------------------ -->
110110
#### Publish to the Microsoft Edge Add-ons site
111111

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

114114
To start publishing a Microsoft Edge extension, you must [register for a developer account](https://developer.microsoft.com/registration) with a Microsoft account (MSA) email account to submit your extension listing to the Microsoft Edge Add-ons site. The email address of a Microsoft account (MSA) includes `@outlook.com`, `@live.com`, or `@hotmail.com`. When you choose an email address to register, consider whether you must transfer or share ownership of the Microsoft Edge extension with other people in your organization. After registration is complete, you can submit an extension listing.
115115

@@ -128,7 +128,7 @@ After you've successfully submitted your extension, your extension undergoes a r
128128
<!-- ====================================================================== -->
129129
## The Featured badge
130130

131-
A **Featured** badge in the [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/) indicates that the extension has been determined to follow Microsoft's recommended best practices related to security, privacy, transparency, and user experience.
131+
A **Featured** badge in the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site indicates that the extension has been determined to follow Microsoft's recommended best practices related to security, privacy, transparency, and user experience.
132132

133133
![The Featured badge to the right of the extension name](./index-images/featured-badge.png)
134134

microsoft-edge/extensions-chromium/publish/add-ons-site-curation.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Curation and review process for the Microsoft Edge Add-ons
2+
title: Curation and review process for the Microsoft Edge Add-ons site
33
description: How an extension that's submitted to the Microsoft Edge Add-ons site is curated and reviewed by the Microsoft Edge Add-ons team.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -12,15 +12,17 @@ ms.date: 10/13/2023
1212

1313
The Microsoft Edge Add-ons team curates the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site experience so that users can find all the items to customize their browser in one place, such as themes, extensions, and apps.
1414

15+
Available _items_ to customize the user's browser includes themes, extensions, and apps.
16+
1517
Before installing an item from the Microsoft Edge Add-ons site, users can learn more about the functionality, data permissions, and publisher by viewing the item's description and listing.
1618

1719

1820
<!-- ====================================================================== -->
1921
## Organizing Microsoft Edge Add-ons items
2022

21-
The Microsoft Edge Add-ons site organizes the items to help users discover the ones that are relevant to their interests.
23+
The Microsoft Edge Add-ons site organizes items (such as themes, extensions, and apps) to help users discover the ones that are relevant to their interests.
2224

23-
Users can also discover the items they are interested in on the Microsoft Edge Add-ons in several ways, including:
25+
Users can discover extensions they're interested in at the Microsoft Edge Add-ons site in several ways, including:
2426
* The home page.
2527
* The Search bar.
2628
* Curated collections of extensions at the Microsoft Edge Add-ons site.
@@ -35,7 +37,7 @@ The following factors are used to organize items:
3537
<!-- ====================================================================== -->
3638
## Security review
3739

38-
The quality and compliance of the extension that is displayed at the Microsoft Edge Add-ons site is verified per the guidelines that are set in the developer policy.
40+
The quality and compliance of the item that's displayed at the Microsoft Edge Add-ons site is verified per the guidelines that are set in the developer policy.
3941

4042
Extensions that violate the policy guidelines are not allowed in the Microsoft Edge Add-ons site. There is a standard review process for each new item submission and new versions of items, per the developer policies.
4143

@@ -46,7 +48,7 @@ See also:
4648
<!-- ====================================================================== -->
4749
## Ranking
4850

49-
Every item submitted to the Microsoft Edge Add-ons has detailed information about the item's characteristics, such as:
51+
Every item (such as theme, extension, or app) that's submitted to the Microsoft Edge Add-ons site has detailed information about the item's characteristics, such as:
5052

5153
* Screenshots.
5254
* The description of the item's features and functionality.
@@ -59,7 +61,7 @@ The Search ranking of the item is based on these characteristics.
5961
<!-- ====================================================================== -->
6062
## User feedback
6163

62-
In the Microsoft Edge Add-ons, users can provide a rating and a written review for the item they are using. Users and developers can report an abusive review from within the review section of the item listing page.
64+
In the Microsoft Edge Add-ons site, users can provide a rating and a written review for the item they are using. Users and developers can report an abusive review from within the review section of the item listing page.
6365

6466
Items are ranked for popularity based on user ratings at the Microsoft Edge Add-ons site.
6567

microsoft-edge/extensions-chromium/publish/create-dev-account.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/01/2022
1010
---
1111
# Register as a Microsoft Edge extension developer
1212

13-
If you're new to Partner Center, this article will help you create a Partner Center account that you can use to submit Microsoft Edge extensions to the [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/). This article covers company accounts (for enterprise developers), and individual accounts (for individual developers), as described in [Account types](#account-types) below.
13+
If you're new to Partner Center, this article will help you create a Partner Center account that you can use to submit Microsoft Edge extensions to the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site. This article covers company accounts (for enterprise developers), and individual accounts (for individual developers), as described in [Account types](#account-types) below.
1414

1515
If you have a Partner Center account, but the Primary Owner of the account isn't a Microsoft account (MSA), this article will help you create and link to a suitable account. You'll learn how to create a Microsoft account (MSA) if you don't have one, and help you link the Microsoft account (MSA) to your Partner Center account.
1616

@@ -109,7 +109,7 @@ An individual account is appropriate for a developer not associated with a compa
109109

110110
A company account is associated with an organization or business. The account verification process is longer and involves confirmation that you're authorized to create the account for your company. The duration of the process can range from a few days to a few weeks. Your company might receive phone calls from Microsoft verification partners.
111111

112-
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons. See [Verify your company account information](./verify-microsoft-edge-program.md).
112+
For a company account, it's crucial to verify your Microsoft Edge program information when you enroll into a new Partner Center program. This verification is needed to publish extensions to the Microsoft Edge Add-ons site. See [Verify your company account information](./verify-microsoft-edge-program.md).
113113

114114

115115
<!-- ------------------------------ -->
@@ -162,4 +162,4 @@ Other sites:
162162
* [Partner Center](https://partner.microsoft.com/dashboard/microsoftedge/public/login?ref=dd)
163163
* [account.microsoft.com](https://account.microsoft.com/account)
164164
* [Microsoft Store App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905)
165-
* [Microsoft Edge Add-ons site](https://microsoftedge.microsoft.com/addons/)
165+
* [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/)

microsoft-edge/extensions-chromium/publish/extensions-analytics.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/07/2022
1212

1313
Microsoft announced the launch of the Extensions Analytics Dashboard on September 8, 2021. For more information, see the [Track your add-on's performance: extension analytics now available on Partner center](https://techcommunity.microsoft.com/t5/articles/track-your-add-on-s-performance-extension-analytics-now/m-p/2733351) blog post.
1414

15-
You can view extension metrics from your [Partner Center dashboard](https://partner.microsoft.com/dashboard/microsoftedge/overview) and evaluate an extension's performance from [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/).
15+
You can view extension metrics from your [Partner Center dashboard](https://partner.microsoft.com/dashboard/microsoftedge/overview) and evaluate an extension's performance from the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com/addons/) site.
1616

1717
For example, you can identify regions in which the number of installations for your extension has increased in the past three months. You can also export this report as a CSV file.
1818

@@ -26,7 +26,7 @@ Follow these steps to view your extension's analytics dashboard:
2626
<!-- ====================================================================== -->
2727
## Analytics dashboard metrics
2828

29-
From the analytics dashboard you can view metrics for the **Last month**, **3 months**, **6 months**, or **All time** (the period since your extension has been published to the Microsoft Edge Add-ons).
29+
From the analytics dashboard you can view metrics for the **Last month**, **3 months**, **6 months**, or **All time** (the period since your extension has been published to the Microsoft Edge Add-ons site).
3030

3131

3232
<!-- ------------------------------ -->
@@ -53,7 +53,7 @@ The following screenshot shows the **Weekly users** who have enabled and disable
5353
<!-- ------------------------------ -->
5454
#### Installs
5555

56-
The **Installs** metric displays the total number of successful installs of your extensions per day from the Microsoft Edge Add-ons.
56+
The **Installs** metric displays the total number of successful installs of your extensions per day from the Microsoft Edge Add-ons site.
5757

5858
The following screenshot shows daily successful installations for the last month.
5959

@@ -63,9 +63,9 @@ The following screenshot shows daily successful installations for the last month
6363
<!-- ------------------------------ -->
6464
#### Impressions
6565

66-
The **Impressions** metric captures the total number of page views and user visits to your extension product page on Microsoft Edge Add-ons. The data points are based on weekly or daily totals depending on the selected time range.
66+
The **Impressions** metric captures the total number of page views and user visits to your extension product page at the Microsoft Edge Add-ons site. The data points are based on weekly or daily totals depending on the selected time range.
6767

68-
The following screenshot shows **Impressions** for an extension page over a three month period.
68+
The following screenshot shows **Impressions** for an extension page over a three month period:
6969

7070
![Impressions for your extension over the past 3 months](./extensions-analytics-images/extensions-analytics-weekly-users-impressions.png)
7171

@@ -109,6 +109,6 @@ The following screenshot shows Installs per Language over a six month period.
109109
> ![Language distribution for your extension](./extensions-analytics-images/extension-analytics-installs-filter-language-6-months.png)
110110
111111
The Analytics Dashboard helps you better understand and engage with your extension users. For information about other
112-
features launched on Partner Center, see [Released features for Microsoft Edge Add-ons - Microsoft Edge Developer documentation | Microsoft Docs](/microsoft-edge/extensions-chromium/whats-new/released-features).
112+
features launched on Partner Center, see [Released features for Microsoft Edge Add-ons](../whats-new/released-features.md).
113113

114114
Share your feedback, questions, and comments with the team on Twitter [@MSEdgeDev](https://twitter.com/msedgedev/) or via the [Microsoft Edge Insider forums on TechCommunity](https://techcommunity.microsoft.com/t5/articles/manifest-v3-changes-are-now-available-in-microsoft-edge/m-p/1780254).

0 commit comments

Comments
 (0)