MicrosoftEdge-Extensions-Demos
MicrosoftEdge-Extensions-Demos copied to clipboard
It would be helpful for people that want to learn how to create an extension in Microsoft Edge with the latest version of Manifest. Because of the tutorial following the...
Attempting to run/test beastify and color_changer in MS Edge Version 84.0.522.40 (Official build) (64-bit) fails. 'browser' is undefined for both color_changer manifest was missing the version property
I could develop a translator system in which from a selection with a keyboard shortcut key, a floating toast appears next to the text or a fixed sidebar appears with...
The DLLs that are reuqired are Windows.dll and Windows.ApplicationModel.AppService.dll. I cannot find these DLLs anywhere on my system. I am updated to build 17134 of the SDK.
Error while running the DigitalSigning app: onecore\base\appmodel\runtime\winrt\lib\windows.applicationmodel.packagefactory.cpp(36)\Windows.ApplicationModel.dll!5ADF8FC0: (caller: 00EAC232) LogHr(1) tid(809c) 80073D54 The process has no package identity. Exception thrown at 0x73C918A2 (KernelBase.dll) in DigitalSigning.exe: WinRT originate error - 0x80073D54...
Everything works but the color change itself (inserting the css). Microsoft Edge 42.17134.1.0 Microsoft EdgeHTML 17.17134
I try to create Appx package from Visual studio, but Build FAILED. From menu PROJECT > Store > Create App Pakages Select No and click Next at first and then...
Delay setting up RequestReceived handler until both pathways (Edge and desktop bridge app) in OnBackgroundActivated are initialized. This could close issue #12.
In **OnBackgroundActivated**, when ```this.connection.RequestReceived += OnAppServiceRequestReceived;``` is run, I would think it's attaching waiting for a message, but it seems to run straight away, seeming synchronous unless ```await Task.Yield()``` is...