I created this little AppleScript app that reads a file from your home
directory (cd ~) called switches and launches Chrome with those switches.
It basically executes "/Applications/Google\
Chrome.app/Contents/MacOS/Google\ Chrome" with the contents of the switches
file appended at the end.

Jon

On Thu, Jul 30, 2009 at 10:39 AM, Aaron Boodman <[email protected]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Attachment: Chrome
Description: Binary data

Attachment: switches
Description: Binary data

Reply via email to