Skip to content

Instantly share code, notes, and snippets.

@arieljannai
Last active January 18, 2016 13:28
Show Gist options
  • Save arieljannai/18611913ce4112bf9f6d to your computer and use it in GitHub Desktop.
Save arieljannai/18611913ce4112bf9f6d to your computer and use it in GitHub Desktop.
To allow installing chrome extensions (crx) from sources other then chrome web store (private stores)
Windows Registry Editor Version 5.00
; To allow installing chrome extensions (crx) from sources other then chrome web store, add this registry to your computer
; And don't forget to change the urls to your private chrome store
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\ExtensionInstallSources]
"1"="http://webstore.mysite.com/ChromeExt/*"
"2"="http://another-source.mysite.com/ChromeExt/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment