-
where to begin
I'm trying to develop an extension to Firefox, which basically does
highlighting the text on a web page and if needed provides a means to
copy them to a text or a word document.
I read couple of documentation on adding extensions to Firefox but
still I have some confusions about some aspects of the components and
the interrelationships among them. So I need to know how these
components are arranged in firefox and what are the programming skills
that I need to complete this project. So if anyone can help me, that
would be a great help.
-
Re: where to begin
On 18 Wrz, 12:52, gork <udesh...@gmail.com> wrote:[color=blue]
> I'm trying to develop an extension to Firefox, which basically does
> highlighting the text on a web page and if needed provides a means to
> copy them to a text or a word document.
> I read couple of documentation on adding extensions to Firefox but
> still I have some confusions about some aspects of the components and
> the interrelationships among them. So I need to know how these
> components are arranged in firefox and what are the programming skills
> that I need to complete this project. So if anyone can help me, that
> would be a great help.[/color]
I recomend you [url]https://developer.mozilla.org/en/Extensions[/url]
Its where you can find almost all informations. For writing an
extension you should know java-script. The good idea is downloading
some extensions, see how are they work and see code of them. You shoul
be patient :) I'm beginer to so good look with your project.