How do i communicate between the C++ code (pugin) and the extension which is in js ? How do I access the DOM from the C++ code ? Is there some documentation on this (i.e. the interfaces to access the DOM) ?
On Aug 17, 9:28 pm, PhistucK <[email protected]> wrote: > 1. You can create a plugin in C++ and use it inside your extension. > Extensions are, by definition, webby.2. Not currently, as far as I know. > > ☆PhistucK > > > > On Tue, Aug 18, 2009 at 07:05, The Sailor <[email protected]> wrote: > > > Hi, > > > I am new to chromium extensions ..till now I have played around a bit > > with content scripts and am amazed with the power it provides. > > > I have worked a bit on FireFox and IE extensios earlier and am > > interested in developing an extension for the chrome. > > > I had few questions regarding this: > > > 1. From what I understood, the chromium extension development is > > mainly aimed at making extension development easy for web developers > > and can be done only using HTML and javascript. Is this right ? Is > > there some library (similar to the mozilla gecko library) which will > > help us develop extensions using C++ ? > > > 2. Can I make the toolstrip button to behave like a toolbar button and > > get to open some form menu on clicking the button on the toolstrip ? > > If yes, could some one please provide some code sample ? > > > Thanks, > > -Vishal > > > --~--~---------~--~----~------------~-------~--~----~ > > You received this message because you are subscribed to the Google Groups > > "Chromium-extensions" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<chromium-extensions%2Bunsu > > [email protected]> > > For more options, visit this group at > >http://groups.google.com/group/chromium-extensions?hl=en --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
