Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chromium with pre-installed extensions

How do I go about creating and distributing a custom Chromium web browser? It should be identical to the Google version except that some extensions are pre-installed. It should still get updates off the chrome stable channel.

like image 651
jvliwanag Avatar asked Sep 15 '11 04:09

jvliwanag


2 Answers

If you are a system administrator and want to do some custom Chrome[ium] deployments for all employees you should read this document.

There is a guide for pre-installing extensions and web apps as well.

like image 193
Eduardo Avatar answered Oct 18 '22 09:10

Eduardo


Chrome doesn't have provisions to do this.

Extensions are installed per-user in their User Data directory.

If you have the liberty to do so, you could create a fresh user directory, install the desired extensions, then package up and ship that user directory as the default one.

like image 24
Boris Smus Avatar answered Oct 18 '22 10:10

Boris Smus