Perl firefox add-on

Is it possible to write firefox addon with perl, and if so, can someone point out some articles on this subject?

+3
source share
2 answers

I don’t know how possible it is to build a Firefox addon in Perl, but here are some links that can help you.

  • MozRepl (interact with Firefox with Perl using the MozRepl add-on)
  • WWW :: Mechanize :: Firefox (use Firefox as WWW :: Mechanize)
  • XUL :: Gui (my own module that allows you to create Perl GUI applications that display in Firefox)

I could answer more detailed questions if you have any.

+2

alt text
Firefox : XUL, CSS, JavaScript XPCOM. .
XPCOM - - , Microsoft COM. , XPCOM JavaScript, Java Python ++. ( perl)
, xpcom, perl.

0

Source: https://habr.com/ru/post/1775409/


All Articles