Hello. I want to add an extension into Chrome via external_extensions.jsion file. i had edited this file and created a folder under "C:\Users\Win7-32bit\AppData\Local\Google\Chrome\User Data\Default\Extensions".
But it didn't work, my extension couldn't show on "chrome://extensions/".
If you know the reason, please help me.
I wanna install Chrome extension silently. But i can't use command line "C:\Program Files\Google\Chrome\Application\chrome.exe" --load-extension="<extension folder path>". Because This extension didn't follow standard.
--------------------
// This json file will contain a list of extensions that will be included
// in the installer.
{
"hokdglbhghcebcopdbanieangmcamaak" : {
"External_crx": "C:\\Data\\wmpChrome.crx",
"External_crx": "1.0",
}
}
----------------------------
I have external_extensions.json working fine with just a single
extension, but whenever I try to have it load two extensions, none of
them end up loading even though they both work individually. Here is
my json and any help/suggestions would be appreciated (per
jsonlint.com it is valid json).
[
{
"ijdoblggemelaimffjccmdbmodlppofd": {
"external_crx": "\\\\192.168.6.7\\Utils\
\extension_1_12_6.crx",
"external_version": "1.12.6"
}
} ,
{
"edgbhipncfdgcekflcoelhmnkcfdfjcl": {
"external_crx": "\\\\192.168.6.7\\Utils\
\extension1_0_8_3.crx",
"external_version": "0.8.3"
}
}
]
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extensions+unsub...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/a0dab40a-5b81-4fb0-8e6d-960e247ed69f%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.