Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinkiama/hook-browser-uwp-extension-manager-sample
An example app which shows how to manage and create extensions for yourself. This example shows how you can use code in your extensions too.
https://github.com/colinkiama/hook-browser-uwp-extension-manager-sample
csharp uwp uwp-apps
Last synced: 21 days ago
JSON representation
An example app which shows how to manage and create extensions for yourself. This example shows how you can use code in your extensions too.
- Host: GitHub
- URL: https://github.com/colinkiama/hook-browser-uwp-extension-manager-sample
- Owner: colinkiama
- License: gpl-2.0
- Created: 2017-08-10T14:23:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:36:02.000Z (about 1 year ago)
- Last Synced: 2024-11-14T14:05:09.810Z (3 months ago)
- Topics: csharp, uwp, uwp-apps
- Language: C#
- Size: 41 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hook-Browser-UWP-Extension-Manager-Sample
An example app that demonstrates how to manage and use extensions. This example shows how you can use code in your extensions too.
Based on the App Extensibility Sample from Build 2016: https://github.com/Microsoft/App-Extensibility-Sample
Here is the session from Build 2016: https://channel9.msdn.com/Events/Build/2016/B808Feel free to fork it and customise the sample to your needs
Here is an extension that currently works with the sample: https://github.com/colinkiama/Hook-Browser-Theme-Colour-Extension
I also recommend looking at the App Services Documentation: https://docs.microsoft.com/en-us/windows/uwp/launch-resume/how-to-create-and-consume-an-app-service
Requires Windows 10 Anniversary Update SDK (14393) or higher and Viusal Studio 2017 (or newer).