Skip to content

Commit e32e704

Browse files
authored
Link to extension user docs prominently (#3701)
* links * h2 User docs * user docs article * link local first * trim links * define Add-ons * structure in new page * not a user * edge first * explain link from site * more links * clean Edge Sup link * all h2s * title * trim link annots * articles * update title globally * expand Learning Center * not Devs * not xbox * remove h2 & plural search * clear the list of alt titles * search on plural term * Refactor and update Edge extensions support links Reorganized and clarified documentation sections for Microsoft Edge extension support, consolidating related articles and improving link descriptions. Removed redundant search instructions and streamlined navigation for end-users seeking extension help.
1 parent e792834 commit e32e704

3 files changed

Lines changed: 77 additions & 8 deletions

File tree

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: User docs about Microsoft Edge extensions
3+
description: Links to end-user documentation about how to install and use Microsoft Edge extensions.
4+
author: MSEdgeTeam
5+
ms.author: msedgedevrel
6+
ms.topic: article
7+
ms.service: microsoft-edge
8+
ms.subservice: extensions
9+
ms.date: 01/21/2026
10+
---
11+
# User docs about Microsoft Edge extensions
12+
13+
The present documentation (at learn.microsoft.com) is for extension developers, rather than end-users of Microsoft Edge extensions.
14+
15+
For end-user documentation about how to use extensions for Microsoft Edge, see the following articles.
16+
17+
18+
<!-- ====================================================================== -->
19+
## Microsoft Learning Center
20+
<!-- /learning-center/ -->
21+
22+
* [Do More with Edge](https://www.microsoft.com/edge/learning-center/) - searching for "extensions"<!-- or "extension" --> returns articles such as the following:
23+
24+
* [Everything to know about browser extensions](https://www.microsoft.com/edge/learning-center/everything-to-know-about-browser-extensions)
25+
26+
* [The best browser extensions for daily life](https://www.microsoft.com/edge/learning-center/browser-extensions)
27+
28+
29+
<!-- ====================================================================== -->
30+
## Microsoft Support
31+
<!-- support.microsoft.com -->
32+
33+
* [Microsoft Edge help & learning](https://support.microsoft.com/microsoft-edge)<!-- doesn't contain "extension" --> - searching for "extensions"<!-- "extension" omits faq --> returns articles such as the following:
34+
35+
* [Add, turn off, or remove extensions in Microsoft Edge](https://support.microsoft.com/microsoft-edge/add-turn-off-or-remove-extensions-in-microsoft-edge-9c0ec68c-2fbc-2f2c-9ff0-bdc76f46b026)<!-- in card 3, Personalize, at nav page https://support.microsoft.com/microsoft-edge -->
36+
37+
* [Microsoft Edge Extensions: Frequently Asked Questions](https://support.microsoft.com/topic/microsoft-edge-extensions-frequently-asked-questions-a3ae1ebb-8e7f-49df-a5f8-8c3f56c8078b)<!-- no nav from home nav page to this article -->
38+
39+
* [Get to know Microsoft Edge](https://support.microsoft.com/en-us/microsoft-edge/get-to-know-microsoft-edge-3f4bb0ff-58de-2188-55c0-f560b7e20bea) - covers extensions.
40+
41+
* The **Extensions** section in [Microsoft Edge for mobile FAQs](https://support.microsoft.com/microsoft-edge/microsoft-edge-for-mobile-faqs-29296eab-b76f-4a87-ac9c-9835da53465d)
42+
43+
* [Why does Microsoft Edge turn off extensions I've installed?](https://support.microsoft.com/microsoft-edge/why-does-microsoft-edge-turn-off-extensions-i-ve-installed-56664742-3979-e938-4f2e-8ddb2eac8453)
44+
45+
* [Why are some of my extensions missing on the new Microsoft Edge?](https://support.microsoft.com/microsoft-edge/why-are-some-of-my-extensions-missing-on-the-new-microsoft-edge-2cb5d2e3-72ce-0019-3fbf-ae4efd414d3a)
46+
47+
* [Change site access permissions for extensions in Microsoft Edge](https://support.microsoft.com/microsoft-edge/change-site-access-permissions-for-extensions-in-microsoft-edge-7d1c889d-e267-4be0-15d4-3ed5d0c82ef5)
48+
49+
* [Developer mode extension notification](https://support.microsoft.com/topic/developer-mode-extension-notification-b8c45464-6245-4137-94cb-f478aa6c9ab1)

microsoft-edge/extensions/index.md

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

14-
Users browse and install extensions for Microsoft Edge from [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com).
14+
A Microsoft Edge _extension_ is a small app that a developer creates to add or modify features of Microsoft Edge, to extend the User Experience (UX) for end-users in a specialized way. An extension provides a niche experience or function that's important to a target audience.
1515

16-
_Microsoft Edge Add-ons_ include extensions and themes. A Microsoft Edge _extension_ 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's important to a target audience.
16+
Users browse and install extensions for Microsoft Edge from the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com) site. _Add-ons_ include extensions and themes.
17+
18+
The present documentation is for extension developers, rather than end-users of Microsoft Edge extensions. To use extensions for Microsoft Edge, see [User docs about Microsoft Edge extensions](./getting-started/user-docs.md).
19+
20+
**Detailed contents:**
21+
* [Introduction](#introduction)
22+
* [Basic guidance](#basic-guidance)
23+
* [Benefits of Chromium extensions](#benefits-of-chromium-extensions)
24+
* [Browser compatibility and extension testing](#browser-compatibility-and-extension-testing)
25+
* [Publish your extension to browser stores](#publish-your-extension-to-browser-stores)
26+
* [Migrate an existing extension to Microsoft Edge](#migrate-an-existing-extension-to-microsoft-edge)
27+
* [Publish an extension at Microsoft Edge Add-ons](#publish-an-extension-at-microsoft-edge-add-ons)
28+
* [The Featured badge](#the-featured-badge)
29+
* [What the Featured badge represents](#what-the-featured-badge-represents)
30+
* [Why the Featured badge might be revoked](#why-the-featured-badge-might-be-revoked)
31+
* [See also](#see-also)
32+
33+
34+
<!-- ====================================================================== -->
35+
## Introduction
1736

1837
As a browser extension developer, you publish a Microsoft Edge extension (or theme) at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com). In articles about Microsoft Edge extensions, and at Partner Center, the word _store_ includes the Microsoft Edge Add-ons site.
1938

@@ -31,10 +50,6 @@ A Microsoft Edge extension:
3150

3251
![A Microsoft Edge extension](./index-images/example-extension-screenshot.png)
3352

34-
See also:
35-
* [Everything to know about browser extensions](https://www.microsoft.com/edge/learning-center/everything-to-know-about-browser-extensions) - introduction for users.
36-
* [Add, turn off, or remove extensions in Microsoft Edge](https://support.microsoft.com/microsoft-edge/add-turn-off-or-remove-extensions-in-microsoft-edge-9c0ec68c-2fbc-2f2c-9ff0-bdc76f46b026) - support steps for users.
37-
3853

3954
<!-- ====================================================================== -->
4055
## Basic guidance
@@ -92,10 +107,10 @@ See also:
92107

93108
You can submit and seek browser extensions in the following browser extension stores.
94109

95-
* [Firefox Browser Add-ons](https://addons.mozilla.org/firefox/extensions)
110+
* [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com)
96111
* [Chrome Web Store](https://chrome.google.com/webstore/category/extensions)
112+
* [Firefox Browser Add-ons](https://addons.mozilla.org/firefox/extensions)
97113
* [Opera addons](https://addons.opera.com/extensions)
98-
* [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com)
99114

100115
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.
101116

@@ -134,6 +149,8 @@ After you've successfully submitted your extension, your extension undergoes a r
134149
<!-- ====================================================================== -->
135150
## The Featured badge
136151

152+
At the [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com) site, the **Featured** badge links to this section. The present documentation is for extension developers, rather than end-users of Microsoft Edge extensions. To use extensions for Microsoft Edge, see [User docs about Microsoft Edge extensions](./getting-started/user-docs.md).
153+
137154
Extensions are curated to help users discover trustworthy and high-performing extensions. The **Featured** badge at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com) highlights extensions that meet a high bar of quality, security, and user experience.
138155

139156
![The Featured badge](./index-images/featured-badge.png)

microsoft-edge/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,9 @@
11351135

11361136
- name: Overview of Microsoft Edge extensions
11371137
href: ./extensions/index.md
1138+
1139+
- name: User docs about Microsoft Edge extensions
1140+
href: ./extensions/getting-started/user-docs.md
11381141
# -----------------------------------------------------------------------------
11391142
- name: Release notes
11401143
items:

0 commit comments

Comments
 (0)