Page 1 of 1

extension

Posted: Fri Jul 02, 2021 2:29 pm
by zavet
Hello.
How can I add an extension to the browser ?

Re: extension

Posted: Fri Jul 02, 2021 2:58 pm
by salvadordf
Hi,

Most of the demos use one or multiple browsers with GlobalCEFApp.ChromeRuntime set to False, which is the default value.

When that property is disabled CEF has a very limited extension support as you can see in demos/Delphi_VCL/Extensions

However, if you set GlobalCEFApp.ChromeRuntime to True then you can install extensions but as far as I know, that property enables a CEF mode that is still considered experimental.

You can test the Chrome runtime feature with the TinyBrowser2 demo.