chrome vs chromium [extension comparisions]

chromium, google-chrome, google-chrome-extension

Solution

Yes, the Chrome and Chromium codebases are basically identical (besides some ancillary functionality like auto-updates). Chrome is just a branded version of Chromium, so all the same extensions will work in both.

Problem

I'm trying to find some interesting data when comparing the extension, add-on, lists of the open-source browsers Firefox and Chromium. What I'm interested in is the multi-homing extensions (extensions that are available on both the browser lists). But when browsing on the Chromium extension list I found out that it was the same list as the one from Chrome. Questions: -Can I use every extension on Chrome also on Chromium? -If not, where can I find a list on what extensions I can use on Chromium?.

Original source