extension ExtPose

Docs Fullview

CRX id

gbjnfidofpopojdljkkmkgfnlibpeiff-

Description from extension meta

Toggle to View Documentation in Full Width

Image from store Docs Fullview
Description from store This extension adds a button to MS Docs pages to support collapsing and expanding the sidebar. It also auto-expands down the table of contents on documentation articles so you can see the complete list of sections.

Latest reviews

  • (2022-09-19) Andrew Holland: I love this soooooo much! However, could you add support for the https://learn.microsoft.com subdomain? For example: https://learn.microsoft.com/en-us/power-bi/developer/visuals/create-react-visual
  • (2021-11-21) Michael DePouw: love it 🥰, thanks a bunch reference: https://github.com/MicrosoftDocs/feedback/issues/2237
  • (2021-03-17) Michael Rosendahl: Nice addon.. would be even better if there was an option to auto hide on load (or that it remembers the last state) so that I do not have to click on the button on every new doc page :) If you change the code from prepending the page metadata to the H1 the extension also works on the code documumentation pages. Example: https://docs.microsoft.com/en-us/dotnet/api/system.datetime.touniversaltime?view=net-5.0 ... // prepand a button after the h1 var h1 = document.getElementsByTagName("h1")[0]; if (typeof h1 !== 'undefined') { var sidebarButton = document.createElement("DIV"); sidebarButton.innerHTML = "<button class='button is-small' id='docController' data-bi-name='sidebarController' onclick='sidebarButton()' currentSidebar='collapseSide'>Collapse Sidebar</button>" h1.parentNode.insertBefore(sidebarButton, h1.nextSibling); } ...

Statistics

Installs
14 history
Category
Rating
4.6667 (3 votes)
Last update / version
2022-09-27 / 2.3.0
Listing languages
en

Links