Skip to content

Commit 7f7e80c

Browse files
committed
incorp rvw
1 parent b988f43 commit 7f7e80c

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

  • microsoft-edge/extensions-chromium/developer-guide

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ ms.author: msedgedevrel
66
ms.topic: conceptual
77
ms.service: microsoft-edge
88
ms.subservice: extensions
9-
ms.date: 10/09/2023
9+
ms.date: 12/11/2024
1010
---
1111
# Develop an extension for the Microsoft Edge sidebar
1212

1313
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

17-
The sidebar extensions feature is being rolled out to a growing user base for all channels of Microsoft Edge.<!-- todo: after rollout is complete, delete sentence -->
18-
1917
By using the Sidebar API for extensions, you can enhance the browsing experience by enabling users to view additional information alongside the main content of a webpage.
2018

2119
The _sidebar_ is a persistent pane located on the side of the browser, which coexists with the primary content of the browser. The sidebar reduces the need to constantly switch between tabs, resulting in a more productive browsing experience.
@@ -38,9 +36,7 @@ Extensions can optionally use the sidebar API to show a custom UI in the Microso
3836

3937
Features of the Sidebar API include:
4038

41-
* The sidebar remains open while navigating between tabs.<!-- todo: fix/reconcile -->
42-
43-
Note: Currently, the sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open.<!-- todo: if behavior changes, update or remove statement -->
39+
* The sidebar remains open while navigating between tabs. Known issue: The sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open ([Issue #142](https://github.com/microsoft/MicrosoftEdge-Extensions/issues/142)).<!-- todo: update -->
4440

4541
* An extension in the sidebar can be made available for specific websites.
4642

@@ -155,7 +151,7 @@ chrome.tabs.onUpdated.addListener(async (tabId, info, tab) => {
155151

156152
When a user switches to a tab or site for which the sidebar is not enabled, the sidebar is hidden.
157153

158-
Note: Currently, the sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open.<!-- todo: if behavior changes, update or remove statement -->
154+
Known issue: The sidebar is not automatically displayed again when the user switches to a tab in which the sidebar was previously open ([Issue #142](https://github.com/microsoft/MicrosoftEdge-Extensions/issues/142)).<!-- todo: update -->
159155

160156
For a complete example, see [Site-specific side panel example](https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/functional-samples/cookbook.sidepanel-site-specific).
161157

0 commit comments

Comments
 (0)