It is basically the same as what is documented here: http://dev.chromium.org/developers/design-documents/extensions/howto
You need to be on the development channel of Chrome (or trunk), and add the --enable-extensions flag to the Chrome startup. I don't know how to do this on mac, but it should work the same as all the other flags for Chrome. The parts that are currently working for mac are: - content scripts - themes The parts that should be, but I'm not sure because nobody has reported one way or the other: - background page - cross-domain xhr - npapi - bookmarks - tabs - page actions The parts that definitely are not working: - toolstrips - a On Thu, Jul 30, 2009 at 5:01 AM, MattShaw<[email protected]> wrote: > > Whilst I realize that the extensions infrastructure is not complete > for Mac versions of chrome I would like to start developing for what > is currently enabled. Can anyone tell me how I can enable extensions > on OS X? > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
