I use Windows 7(64bit) and repeat steps in Google Document.
This is what I added in register.
In HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Google\Chrome\Extensions\nbfjanngloflombfddlmkgnambnfhgjc
path="C:\Extension.crx"
version="2.1"
But extension isn’t install.
Before testing .crx file distribution,
I installed and uninstalled this extension with unpacked files many times by UI(chrome://extensions) for development and tested setting policy by using register. (But I removed all of them now.)
Does it cause any problem?
But when I tested same thing in another clean PC(Windows XP 32bit) nothing is changed, too.
I already checked some common mistakes in Google Document several times, but I can’t find any mistakes.
- Not specifying the same id/version as the one listed in the .crx
- Key created in the wrong location in the registry
- Registry entry points to the wrong path to the .crx file (or path specified but no filename)
- Permissions problems on a network share
Are there other common mistakes I should check to install external extension?
I’ve installed your
.crxfile in Chromium 18 (Linux), and Chrome 18 (Windows 7 in VirtualBox), and the correct extension-ID is:lhmigopickaaleaaelbppeabnbdgcdhemanifest.jsonfile, in the extension, I see"version": "1.0". So, theversionentry in the registry has to be1.0..regfile, and paste the text below to install the extension:set_page_color_chrome-extension.reg(based on this file, md5: 10a1b95c249a2481bc88d3d1aead0e33).Replace
HKEY_LOCAL_MACHINEwithHKEY_CURRENT_USERif you’re running in permission trouble, or if you want to install the extension only for the current user.