You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-edge/extensions-chromium/developer-guide/sidebar.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,14 @@ ms.author: msedgedevrel
6
6
ms.topic: conceptual
7
7
ms.service: microsoft-edge
8
8
ms.subservice: extensions
9
-
ms.date: 10/09/2023
9
+
ms.date: 12/11/2024
10
10
---
11
11
# Develop an extension for the Microsoft Edge sidebar
12
12
13
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.
14
14
15
15

16
16
17
-
Note: 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
-
19
17
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.
20
18
21
19
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,7 +36,7 @@ Extensions can optionally use the sidebar API to show a custom UI in the Microso
38
36
39
37
Features of the Sidebar API include:
40
38
41
-
* The sidebar remains open while navigating between tabs.
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 -->
42
40
43
41
* An extension in the sidebar can be made available for specific websites.
When a user switches to a tab or site for which the sidebar is not enabled, the sidebar is hidden.
155
153
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 -->
155
+
156
156
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).
157
157
158
158
@@ -323,7 +323,7 @@ See [Types](https://developer.chrome.com/docs/extensions/reference/sidePanel/#ty
> Portions of this page are modifications based on work created and [shared by Google](https://developers.google.com/terms/site-policies) and used according to terms described in the [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).
326
-
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/sidePanel/).
326
+
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/api/sidePanel).
0 commit comments