0
votes

I'd like to experiment with building a browser based on Chromium, ideally with support for Chrome-extensions.

I've looked into the Chromium Embedded Framework, which does not include support for extensions.

Are the only options available to either:

  • reimplement the extension-API on top of CEF; or to
  • base the project on the Chromium source,

or are there other alternatives?

1
For what it's worth, CEF plans to implement extensions support. - wOxxOm

1 Answers

1
votes

Are the only options available to either:

  • reimplement the extension-API on top of CEF; or
  • to base the project on the Chromium source,

Pretty much. But, as wOxxOm mentions in comments, CEF plans to implement the API - eventually.