Skip to content

Commit b988f43

Browse files
committed
prop Note/todo, update [here] link
1 parent fdee3f8 commit b988f43

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

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

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ As a Microsoft Edge extension developer, you can make your new or existing Micro
1414

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

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 -->
1818

1919
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.
2020

@@ -38,7 +38,9 @@ Extensions can optionally use the sidebar API to show a custom UI in the Microso
3838

3939
Features of the Sidebar API include:
4040

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 -->
4244

4345
* An extension in the sidebar can be made available for specific websites.
4446

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

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

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 -->
157159

158160
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).
159161

@@ -325,7 +327,7 @@ See [Types](https://developer.chrome.com/docs/extensions/reference/sidePanel/#ty
325327
<!-- ====================================================================== -->
326328
> [!NOTE]
327329
> 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).
329331
330332
[![Creative Commons License](../../media/cc-logo/88x31.png)](https://creativecommons.org/licenses/by/4.0)
331333
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0).

0 commit comments

Comments
 (0)