Adding a Content Script to your Edge Extension

This post has been republished via RSS; it originally appeared at: Channel 9.

Learn how to make an extension that runs scripts in the context of specified webpages.

These scripts, known as content scripts, have the added ability to use a subset of extension APIs and communicate with background scripts.  To learn more, go to http://aka.ms/EdgeContentScript.

To see the source code for this extension and other samples, checkout the extensions demos repo.