Translations:Chromium/9/en: Difference between revisions
Appearance
	
	
 Importing a new version from external source  | 
			
(No difference) 
 | 
Latest revision as of 17:05, 7 October 2025
homepageLocationoption allows you to set the site that the homepage will open onextensionsallows 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 URLhttps //clients2.google.com/service/update2/crxto 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 
extraOptsoption and that is used for policies that are not supported for direct setup, such as the policy to install web-apps