Extensions Domain
Defines commands and events for browser extensions. Available if the client is connected using the --remote-debugging-pipe flag and the --enable-unsafe-extension-debugging flag is set.
Methods
Methods
Extensions.loadUnpacked #
Installs an unpacked extension from the filesystem similar to --load-extension CLI flags. Returns extension ID once the extension has been installed.
Parameters
path
string
Absolute file path.
Return object
id
string
Extension id.