Skip to content

Commit f3b95ca

Browse files
Revised "Featured badge" section in "Overview of extensions" (#3576)
* replace section * polish * an auto system * Update microsoft-edge/extensions/index.md --------- Co-authored-by: Patrick Brosset <patrick.brosset@microsoft.com>
1 parent 9ff2900 commit f3b95ca

3 files changed

Lines changed: 38 additions & 8 deletions

File tree

119 KB
Loading
-102 KB
Loading

microsoft-edge/extensions/index.md

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An extension should include at least the following features:
2525

2626
To work directly with a specific part of the browser, such as a window or tab, you must send API requests, and must often reference the browser by name.
2727

28-
<!-- todo: equivalent of landing page cards -->
28+
A Microsoft Edge extension:
2929

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

@@ -132,19 +132,49 @@ After you've successfully submitted your extension, your extension undergoes a r
132132
<!-- ====================================================================== -->
133133
## The Featured badge
134134

135-
A **Featured** badge is displayed on some extension listings at [Microsoft Edge Add-ons](https://microsoftedge.microsoft.com). The **Featured** badge indicates that the extension has been determined to follow Microsoft's recommended best practices related to security, privacy, transparency, and user experience.
135+
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.
136136

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

139-
When you hover on a **Featured** badge, the tooltip reads: **This extension follows all of Microsoft's recommended practices and has been verified**.
139+
The **Featured** badge is awarded to select extensions that align with [Best practices for extensions](./developer-guide/best-practices.md). When you hover over the **Featured** badge, the tooltip reads: **This extension follows all of Microsoft's recommended practices and has been verified.**
140140

141-
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.
141+
For example, the [Microsoft Editor: Spelling & Grammar Checker](https://microsoftedge.microsoft.com/addons/detail/microsoft-editor-spellin/hokifickgkhplphjiodbggjmoafhignh) extension has a **Featured** badge:
142142

143-
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.
143+
![The Featured badge to the right of the extension name](./index-images/featured-badge-on-page.png)
144144

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

147-
Just because an extension doesn't have a **Featured** badge, doesn't mean the extension is unsafe. It simply means that the extension doesn't meet Microsoft's security and quality standards to be badged as **Featured**.
146+
<!-- ------------------------------ -->
147+
#### What the Featured badge represents
148+
149+
The **Featured** badge indicates that:
150+
151+
* The extension aligns with Microsoft's best practices for security, privacy, performance, and user experience.
152+
153+
* The extension has been reviewed and selected through an automated system.
154+
155+
* The extension offers a reliable and high-quality experience for Microsoft Edge users.
156+
157+
The **Featured** badge is not a judgment of safety. An extension that doesn't have the **Featured** badge is not necessarily unsafe; the extension simply doesn't meet the current threshold for Featured status.
158+
159+
160+
<!-- ------------------------------ -->
161+
#### Why the Featured badge might be revoked
162+
163+
The **Featured** badge isn't permanent. An extension might lose the **Featured** badge if the extension no longer meets the evolving standards, or if the extension's quality signals degrade over time.
164+
165+
To maintain a high-quality ecosystem, Microsoft periodically re-evaluates all badged extensions. A **Featured** badge might be removed due to:
166+
167+
* Decline in user experience or performance metrics.
168+
169+
* Outdated or incomplete store listing information.
170+
171+
* Security or privacy concerns.
172+
173+
* Changes in Microsoft's evaluation criteria.
174+
175+
All decisions about the **Featured** badge are final and not subject to individual review. There is no manual application or appeal process. The **Featured** badge is awarded and revoked based on internal evaluation criteria and tooling.
176+
177+
To improve your extension's quality and eligibility for the **Featured** badge, see [Best practices for extensions](./developer-guide/best-practices.md).
148178

149179

150180
<!-- ====================================================================== -->

0 commit comments

Comments
 (0)