Table of Contents

Property ExtensionCrxFile

Namespace
DotNetBrowser.Extensions.Handlers
Assembly
DotNetBrowser.dll

ExtensionCrxFile

Gets the absolute path to the CRX file the extension is about to be installed from.

public string ExtensionCrxFile { get; }

Property Value

string

Remarks

The file will be automatically deleted after the installation is completed or canceled. You can make a copy of the CRX file and store it for future use. For example, you can use the file to pack the extension into the application bundle and install it programmatically using Install(string)