Hello World,

I'm pretty new to the c++ language and I want to read the URL of a running Browser (in this case FireFox).

It shoud work in this way.

you write in the browser: "www.goooogle.de"
Press enter
---> copy url to my program.
---> check url == Google
if not ---> insert google.de

Is there a documentation for programming firefox addons?