Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

extension

Post Reply
zavet
Posts: 4
Joined: Sat Apr 04, 2020 2:09 am

extension

Post by zavet »

Hello.
How can I add an extension to the browser ?
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: extension

Post 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.
Post Reply