Last active
January 18, 2016 13:28
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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