Translations:Chromium/9/en
homepageLocation option allows you to set the site that the homepage will open on
extensions allows for the download of extensions directly in the browser through a simple list of the extension ID's that can be obtained from the Chrome Web Store by opening an extension page and copying the last part of the URL
- In the example however there is another component, the download source from which the extensions will be downloaded
- The URL provided in the list is the link that is used by google for managing, checking and updating extensions
- So the method of just placing the extension ID can work like this:
"fnpbehpgglbfnpimkachnpnecjncndgm"
- But just in case that method does not automatically function the second method is shown above, where you place
; and then the URL https //clients2.google.com/service/update2/crx to explicitly tell NixOS where to install the extension from
- There are many more options that are natively supported and you can learn about them through
man configuration.nix
- But as shown above there is also an
extraOpts option and that is used for policies that are not supported for direct setup, such as the policy to install web-apps