Enabling extensions in Chrome on a Mac?

11

1

I already know how to enable extensions in Chrome on Windows (by adding the --enable-extensions command line parameter).

My question is how to do this on a Mac? Are Chrome extensions even supported at this point on the Mac? If so, how can I go about adding this command-line parameter, without having to launch Chrome from the Terminal every time?

Brandon Wood

Posted 2009-08-20T15:35:57.353

Reputation: 725

Answers

4

Extensions are now enabled in the Chrome Developer Channel for the Mac.

Brandon Wood

Posted 2009-08-20T15:35:57.353

Reputation: 725

2

Chrome extensions are not yet supported on the Mac.

T0xicCode

Posted 2009-08-20T15:35:57.353

Reputation: 181

That's what I was suspecting, but thanks for the confirmation. – Brandon Wood – 2009-08-21T14:58:19.250

1

So, extensions aren't supported in the Google Chrome app for Mac, but the latest Chromium build supports extensions.

You can get chromium at http://www.chromium.org/

Kyle Trauberman

Posted 2009-08-20T15:35:57.353

Reputation: 184

0

Ricz

Posted 2009-08-20T15:35:57.353

Reputation:

This is no longer necessary – Ivo Flipse – 2010-02-04T11:36:38.883

0

Open the terminal and type:

open /Applications/Google\ Chrome.app --args --enable-easy-off-store-extension-install

now you are allowed to install extensions (crx files) that are not in the Chrome Web Store during this session of Chrome.

Giorgio

Posted 2009-08-20T15:35:57.353

Reputation: 191