Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Use the extensions demos to learn how to develop extensions for Microsoft Edge.
microsoft / MicrosoftEdge-Extensions repo
| Demo name | Description | Source code & Readme | Docs |
|---|---|---|---|
| Picture viewer pop-up webpage | A browser extension, without JavaScript, that displays the stars.jpeg image in a small webpage in a pop-up in any Microsoft Edge tab. |
/picture-viewer-popup-webpage/ | Sample: Picture viewer pop-up webpage |
| Picture inserter using content script | Uses JavaScript code to insert the stars.jpeg image at the top of the current webpage, inside the <body> element. |
/picture-inserter-content-script/ | Sample: Picture inserter using content script |
- Develop an extension for the Microsoft Edge sidebar - For more Sidebar API extensions demos, see GoogleChrome / chrome-extensions-samples repo, below.
MicrosoftEdge / Demos repo
| Demo name | Description | Source code & Readme | Docs |
|---|---|---|---|
| Custom DevTools tool | A Microsoft Edge extension that adds a Custom tool in Microsoft Edge DevTools. | /devtools-extension/ | Add a custom tool in Microsoft Edge DevTools |
GoogleChrome / chrome-extensions-samples repo
Sidebar samples
- Dictionary side panel example
- Global side panel example
- Multiple side panels example
- Opening the side panel through a user interaction
- Site-specific side panel example
See also:
See also
- Clone the Edge Demos repo to your drive in Sample code for DevTools.