Skip to content

Commit bfdb4b1

Browse files
committed
task-oriented title for sidebar.md
1 parent 8664aad commit bfdb4b1

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

microsoft-edge/extensions-chromium/developer-guide/api-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Microsoft Edge extensions use a subset of the JavaScript methods for the Chromiu
6060
| [scripting](https://developer.chrome.com/docs/extensions/reference/api/scripting) | Executes scripts in different contexts. | MV3 |
6161
| [search](https://developer.chrome.com/docs/extensions/reference/api/search) | Searches by using the default provider. | MV2, MV3 |
6262
| [sessions](https://developer.chrome.com/docs/extensions/reference/api/sessions) | Queries and restores tabs and windows from a browsing session. | MV2, MV3 |
63-
| [sidePanel](https://developer.chrome.com/docs/extensions/reference/api/sidePanel) | Hosts custom content in the browser's sidebar alongside the main content of a webpage. See [Extensions in the Microsoft Edge sidebar](../developer-guide/sidebar.md). | MV3 |
63+
| [sidePanel](https://developer.chrome.com/docs/extensions/reference/api/sidePanel) | Hosts custom content in the browser's sidebar alongside the main content of a webpage. See [Develop an extension for the Microsoft Edge sidebar](../developer-guide/sidebar.md). | MV3 |
6464
| [storage](https://developer.chrome.com/docs/extensions/reference/api/storage) | Stores, retrieves, and tracks changes to user data. | MV2, MV3 |
6565
| [system.cpu](https://developer.chrome.com/docs/extensions/reference/api/system/cpu) | Queries CPU metadata. | MV2, MV3 |
6666
| [system.display](https://developer.chrome.com/docs/extensions/reference/api/system/display) | Queries display metadata. | MV2, MV3 |

microsoft-edge/extensions-chromium/developer-guide/declare-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The following table lists the currently available permission strings to use in y
120120
| `scripting` | Gives your extension access to the `chrome.scripting` API. |
121121
| `search` | Gives your extension access to the `chrome.search` API. |
122122
| `sessions` | Gives your extension access to the `chrome.sessions` API. |
123-
| `sidePanel` | Gives your extension access to the `chrome.sidePanel` API. See [Extensions in the Microsoft Edge sidebar](../developer-guide/sidebar.md). |
123+
| `sidePanel` | Gives your extension access to the `chrome.sidePanel` API. See [Develop an extension for the Microsoft Edge sidebar](../developer-guide/sidebar.md). |
124124
| `signedInDevices` | Gives your extension access to the `chrome.signedInDevices` API. |
125125
| `storage` | Gives your extension access to the `chrome.storage` API. |
126126
| `system.cpu` | Gives your extension access to the `chrome.system.cpu` API. |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Extensions in the Microsoft Edge sidebar
2+
title: Develop an extension for the Microsoft Edge sidebar
33
description: The sidebar (or side panel) feature of Microsoft Edge extensions enables an extension to display custom UI content in the browser sidebar.
44
author: MSEdgeTeam
55
ms.author: msedgedevrel
@@ -8,9 +8,9 @@ ms.service: microsoft-edge
88
ms.subservice: extensions
99
ms.date: 10/09/2023
1010
---
11-
# Extensions in the Microsoft Edge sidebar
11+
# Develop an extension for the Microsoft Edge sidebar
1212

13-
As a Microsoft Edge extension developer, use this article to make your new or existing Microsoft Edge extension appear in the sidebar. Any extension can use the sidebar in addition to its other UI.
13+
As a Microsoft Edge extension developer, you can make your new or existing Microsoft Edge extension appear in the sidebar. Any extension can use the sidebar in addition to its other UI.
1414

1515
![The sidebar for a Microsoft Edge extension](./sidebar-images/sidebar-screenshot.png)
1616

@@ -238,7 +238,7 @@ chrome.contextMenus.onClicked.addListener((info, tab) => {
238238
<!-- ====================================================================== -->
239239
## Sidebar extensions user experience
240240

241-
Extensions in the Microsoft Edge sidebar have these user experience (UX) features.
241+
Develop an extension for the Microsoft Edge sidebar have these user experience (UX) features.
242242

243243

244244
<!-- ------------------------------ -->

microsoft-edge/extensions-chromium/whats-new/released-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following features or updates have been launched on [Partner Center](https:/
1616
<!-- ====================================================================== -->
1717
## Sidebar
1818

19-
The sidebar feature of Microsoft Edge extensions enables an extension to display custom UI content in the browser sidebar. See [Extensions in the Microsoft Edge sidebar](../developer-guide/sidebar.md).
19+
The sidebar feature of Microsoft Edge extensions enables an extension to display custom UI content in the browser sidebar. See [Develop an extension for the Microsoft Edge sidebar](../developer-guide/sidebar.md).
2020

2121
*Released June 2023*
2222

microsoft-edge/extensions-chromium/whats-new/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the Sidebar API to make your new or existing Microsoft Edge extension appear
2020

2121
Sidebar extensions are not yet in a stable release of Microsoft Edge.
2222

23-
See [Extensions in the Microsoft Edge sidebar](../developer-guide/sidebar.md).
23+
See [Develop an extension for the Microsoft Edge sidebar](../developer-guide/sidebar.md).
2424

2525

2626
<!-- ====================================================================== -->

microsoft-edge/progressive-web-apps-chromium/demo-pwas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PWAmp uses the following features:
3232
| Web Share | Songs can be shared with other apps through the operating system sharing dialog. | [Sharing content](how-to/share.md#sharing-content) |
3333
| Share Target | Other apps can share audio files with PWAmp, through the operating system sharing dialog. | [Receiving shared content](how-to/share.md#receiving-shared-content) |
3434
| Widget | A mini-player Widget can be installed in Windows 11 Widgets dashboard to see the current song. | [Build PWA-driven Widgets](how-to/widgets.md) |
35-
| Sidebar | PWAmp can be pinned to the sidebar in Microsoft Edge. | [Build Microsoft Edge sidebar PWAs](how-to/sidebar.md) |
35+
| Sidebar | PWAmp can be pinned to the sidebar in Microsoft Edge. | [Build PWAs for the sidebar in Microsoft Edge](how-to/sidebar.md) |
3636

3737

3838
<!-- ====================================================================== -->

microsoft-edge/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@
10261026
- name: Create an extension that customizes the DevTools UI
10271027
href: extensions-chromium/developer-guide/devtools-extension.md
10281028

1029-
- name: Extensions in the Microsoft Edge sidebar
1029+
- name: Develop an extension for the Microsoft Edge sidebar
10301030
href: extensions-chromium/developer-guide/sidebar.md
10311031
displayName: sidebar extensions, sidepanel, side panel
10321032

microsoft-edge/web-platform/sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ To learn more about PWAs and how to create them, see [Overview of Progressive We
4848
<!-- ====================================================================== -->
4949
## Sidebar extensions
5050

51-
Microsoft Edge extensions can optionally use the sidebar API to show a custom UI in the sidebar in Microsoft Edge. This is in addition to the other places extensions also appear in, such as in the Microsoft Edge toolbar, or as popups.
51+
Microsoft Edge extensions (add-ons) can optionally use the sidebar API to show a custom UI in the sidebar in Microsoft Edge. This is in addition to the other places extensions also appear in, such as in the Microsoft Edge toolbar, or as popups.
5252

5353
If your app's experience relies on powerful extensions APIs, for example to read or modify the current page, then a sidebar extension provides these capabilities. Users can find and install these extensions through the [Microsoft Edge Add-ons website](https://microsoftedge.microsoft.com/addons/Microsoft-Edge-Extensions-Home). The Microsoft Edge team continues to evolve these sidebar extensibility models and welcomes your feedback. To leave feedback, [create a new issue](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues/new/) on the repo, or [search for existing issues](https://github.com/MicrosoftEdge/MSEdgeExplainers/issues) and join existing conversations.
5454

55-
To learn more about Microsoft Edge extensions and how to create them, see [Overview of Microsoft Edge extensions](../extensions-chromium/index.md). And to learn more about using the sidebar API in your extension, see [Extensions in the Microsoft Edge sidebar](../extensions-chromium/developer-guide/sidebar.md).
55+
To learn more about Microsoft Edge extensions and how to create them, see [Overview of Microsoft Edge extensions](../extensions-chromium/index.md). And to learn more about using the sidebar API in your extension, see [Develop an extension for the Microsoft Edge sidebar](../extensions-chromium/developer-guide/sidebar.md).

0 commit comments

Comments
 (0)