[crx] external_extensions.json with multiple extensions

4,079 views
Skip to first unread message

markybob

unread,
May 3, 2010, 7:28:44 PM5/3/10
to Chromium-extensions
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-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.

Antony Sargent

unread,
May 13, 2010, 1:20:02 PM5/13/10
to markybob, Chromium-extensions
Is 192.168.6.7 your local machine or a remote machine? Does it work if you put the files on your machine and use file paths instead of UNC paths?

Gim Nguyễn

unread,
May 5, 2014, 3:11:59 AM5/5/14
to chromium-...@chromium.org, mark...@gmail.com

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",

    }

}

----------------------------




Vào 06:28:44 UTC+7 Thứ ba, ngày 04 tháng năm năm 2010, markybob đã viết:
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.

Finnur Thorarinsson

unread,
May 5, 2014, 6:22:08 AM5/5/14
to Gim Nguyễn, Chromium-extensions, mark...@gmail.com
That file (external_extensions.json) was deprecated a long time ago on all platforms in favor of individual .json files (one per extension).

However, it looks like you are doing this on Windows and there the Registry method is the one that you should use, not the .json files.

You'll probably benefit from reading the docs on the external install method:

One caveat though: Installing extensions in this way will trigger a prompt for the user to enable your extension. I do believe, though, that silent installs are supported through enterprise methods of installing extensions (group policy). More info here:



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.
Reply all
Reply to author
Forward
0 new messages