Home » Questions » Computers [ Ask a new question ]

What is the technology behind firefox extensions?

What is the technology behind firefox extensions?

I want to create an extension that can manipulate or look at cookies in the browser. Also, I want to be able to parse every page you visit and replace some URLs.

Asked by: Guest | Views: 252
Total answers/comments: 1
Guest [Entry]

"Firefox extensions are created using a mix of XUL (XML User Interface Language) and Javascript.

You'll find plenty of explanation on the Mozilla Developer Center."