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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ As a Microsoft Edge extension developer, you can make your new or existing Micro
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 -->
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
18
19
19
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
20
@@ -38,7 +38,9 @@ Extensions can optionally use the sidebar API to show a custom UI in the Microso
38
38
39
39
Features of the Sidebar API include:
40
40
41
-
* The sidebar remains open while navigating between tabs.
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 -->
42
44
43
45
* 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
157
156
-
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 -->
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 -->
157
159
158
160
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).
159
161
@@ -325,7 +327,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).
328
-
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/sidePanel/).
330
+
> The original page is found [here](https://developer.chrome.com/docs/extensions/reference/api/sidePanel).
0 commit comments