Interface IExtensions
- Namespace
- DotNetBrowser.Extensions
- Assembly
- DotNetBrowser.dll
A service that allows managing extensions.
public interface IExtensions : IAutoDisposable
- Inherited Members
Properties
- All
Gets all extensions that are currently installed for the profile.
- InstallExtensionHandler
Gets or sets a handler that is used when the user installs an extension from Chrome Web Store.
- UninstallExtensionHandler
Gets or sets a handler that is used when the extension is about to uninstall.
Methods
- Install(string)
Installs an extension from the local CRX file by the given
path
.
Events
- ExtensionInstalled
Occurs when an extension is installed.
- ExtensionUninstalled
Occurs when an extension is uninstalled.
- ExtensionUpdated
Occurs when an extension is updated.