Hello.
How can I add an extension to the browser ?
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
- salvadordf
- Posts: 4580
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: extension
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.
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.