Table of Contents

Enum ExtensionActionType

Namespace
DotNetBrowser.Extensions
Assembly
DotNetBrowser.dll

The extension action type.

public enum ExtensionActionType

Fields

Action = 3

The chrome.action type available in Manifest V3.

Browser = 2

The browser action can be applied to all web pages within a browser.

ExtensionActionTypeUnspecified = 0

Reserved value.

Page = 1

The page action can be applied to some web pages, but is not applicable to all pages.